--- old/src/java.corba/share/classes/org/omg/CORBA/LocalObject.java 2015-05-05 20:15:08.899833421 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/LocalObject.java 2015-05-05 20:15:08.815833421 +0400 @@ -28,7 +28,7 @@ /** - *

Used as a base class for implementation of a local IDL interface in the + * Used as a base class for implementation of a local IDL interface in the * Java language mapping. It is a class which implements all the operations * in the org.omg.CORBA.Object interface. *

Local interfaces are implemented by using CORBA::LocalObject @@ -49,9 +49,10 @@ *

LocalObject is to be used as the base class of locally * constrained objects, such as those in the PortableServer module. * The specification here is based on the CORBA Components - * Volume I - orbos/99-07-01

+ * Volume I - orbos/99-07-01 + * * @see CORBA package - * comments for unimplemented features + * comments for unimplemented features */ public class LocalObject implements org.omg.CORBA.Object @@ -64,7 +65,7 @@ public LocalObject() {} /** - *

Determines whether the two object references are equivalent, + * Determines whether the two object references are equivalent, * so far as the ORB can easily determine. Two object references are equivalent * if they are identical. Two distinct object references which in fact refer to * the same object are also equivalent. However, ORBs are not required