--- old/src/java.corba/share/classes/com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java 2015-05-05 20:15:03.715833425 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java 2015-05-05 20:15:03.631833425 +0400 @@ -48,7 +48,7 @@ * * property.

* - * Example:

+ * Example: *

  *   -Dcom.sun.CORBA.connection.ORBSocketFactoryClass=MySocketFactory
@@ -145,7 +145,7 @@
      *
      * property. 

* - * Example usage:

+ * Example usage: * *

      *    ... \
@@ -203,7 +203,7 @@
      * Once you have the port you may add information to references
      * created by the associated adapter by calling
      *
-     *    IORInfo::add_ior_component

+ * IORInfo::add_ior_component

* * * Note: if one is using a POA and the lifespan policy of that @@ -247,7 +247,7 @@ * * ORBConstants.BAD_SERVER_ID_HANDLER_CLASS_PROPERTY

* - * Example:

+ * Example: * *

      *
@@ -271,7 +271,7 @@
      *     SOCKET_FACTORY_CLASS_PROPERTY and
      *     LISTEN_SOCKET_PROPERTY
      *
-     * as used by other clients and servers in your distributed system. 

+ * as used by other clients and servers in your distributed system. * */ public ServerSocket createServerSocket(String type, int port) @@ -324,7 +324,7 @@ * * The SocketInfo given to getEndPointInfo * is either null or an object obtained - * from GetEndPointInfoAgainException

+ * from GetEndPointInfoAgainException * */ public SocketInfo getEndPointInfo(org.omg.CORBA.ORB orb, @@ -333,7 +333,7 @@ /** - * DEPRECATED. DEPRECATED. DEPRECATED. DEPRECATED.

* * This method is used by a client side ORB.

* @@ -346,7 +346,7 @@ * * If this method throws GetEndPointInfoAgainException then the * ORB calls getEndPointInfo again, passing it the - * SocketInfo object contained in the exception.

+ * SocketInfo object contained in the exception. * */ public Socket createSocket(SocketInfo socketInfo)