--- old/src/java.corba/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java 2015-05-26 15:29:16.200192563 +0400 +++ new/src/java.corba/share/classes/com/sun/jndi/toolkit/corba/CorbaUtils.java 2015-05-26 15:29:16.044192563 +0400 @@ -56,7 +56,7 @@ * object by using the javax.rmi.CORBA package. *

* This method effective does the following: - *

+      * 
       * java.lang.Object stub;
       * try {
       *     stub = PortableRemoteObject.toStub(remoteObj);
@@ -72,6 +72,7 @@
       *     // ignore 'already connected' error
       * }
       * return (javax.rmi.CORBA.Stub)stub;
+      * 
* * @param remoteObj The non-null remote object for * @param orb The non-null ORB to connect the remote object to