|
From: <ls...@us...> - 2007-01-07 08:23:17
|
Revision: 3002
http://jnode.svn.sourceforge.net/jnode/?rev=3002&view=rev
Author: lsantha
Date: 2007-01-07 00:23:15 -0800 (Sun, 07 Jan 2007)
Log Message:
-----------
Classpath patches.
Modified Paths:
--------------
trunk/core/src/classpath/javax/javax/rmi/CORBA/Tie.java
Modified: trunk/core/src/classpath/javax/javax/rmi/CORBA/Tie.java
===================================================================
--- trunk/core/src/classpath/javax/javax/rmi/CORBA/Tie.java 2007-01-07 08:22:57 UTC (rev 3001)
+++ trunk/core/src/classpath/javax/javax/rmi/CORBA/Tie.java 2007-01-07 08:23:15 UTC (rev 3002)
@@ -103,7 +103,7 @@
/**
* Get the object that delegates calls to this tie.
*
- * @see org.omg.PortableServer.Servant#_this_object
+ * @see org.omg.PortableServer.Servant#_this_object()
*/
org.omg.CORBA.Object thisObject();
@@ -112,12 +112,12 @@
* Depending on the POA policies, it may be possible to activate the Tie
* again. The ties that are not derived from
* {@link org.omg.PortableServer.Servant} deactivate themselves by
- * {@link ORB.disconnect}.
+ * {@link ORB#disconnect}.
*
* @throws NoSuchObjectException if there are no objects served by this Tie,
* or if the these objects are already deactivated.
*
- * @see org.omg.PortableServer.POA#deactivate_object
+ * @see org.omg.PortableServer.POAOperations#deactivate_object
*/
void deactivate()
throws NoSuchObjectException;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|