corba/src/share/classes/org/omg/CORBA/portable/ServantObject.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
--- a/corba/src/share/classes/org/omg/CORBA/portable/ServantObject.java	Wed Jul 05 17:05:07 2017 +0200
+++ b/corba/src/share/classes/org/omg/CORBA/portable/ServantObject.java	Sat Jan 16 01:04:04 2010 +0000
@@ -43,7 +43,6 @@
     /** The real servant. The local stub may cast this field to the expected type, and then
      * invoke the operation directly. Note, the object may or may not be the actual servant
      * instance.
-     * @return The real servant
      */
     public java.lang.Object servant;
 }