--- old/src/java.corba/share/classes/com/sun/corba/se/pept/transport/Acceptor.java 2015-04-30 16:31:59.203461895 +0400 +++ new/src/java.corba/share/classes/com/sun/corba/se/pept/transport/Acceptor.java 2015-04-30 16:31:59.123461895 +0400 @@ -59,7 +59,7 @@ /** * Used to determine if an Acceptor has been initialized. * - * @return trueAcceptor has been + * @return true. if the Acceptor has been * initialized. */ public boolean initialized(); @@ -74,7 +74,7 @@ /** * Set the - * {@link com.sun.corba.se.pept.transport.Inbound.ConnectionCache InboundConnectionCache} + * {@link com.sun.corba.se.pept.transport.InboundConnectionCache InboundConnectionCache} * to be used by this Acceptor. * * PEPt uses separate caches for each type of Acceptor @@ -88,7 +88,7 @@ /** * Get the - * {@link com.sun.corba.se.pept.transport.Inbound.ConnectionCache InboundConnectionCache} + * {@link com.sun.corba.se.pept.transport.InboundConnectionCache InboundConnectionCache} * used by this Acceptor * * PEPt uses separate caches for each type of Acceptor