< prev index next >

src/java.corba/share/classes/com/sun/corba/se/pept/transport/Acceptor.java

Print this page

        

@@ -57,11 +57,11 @@
     public boolean initialize();
 
     /**
      * Used to determine if an <code>Acceptor</code> has been initialized.
      *
-     * @return <code>true</code. if the <code>Acceptor</code> has been
+     * @return <code>true</code> if the <code>Acceptor</code> has been
      * initialized.
      */
     public boolean initialized();
 
     /**

@@ -72,11 +72,11 @@
      */
     public String getConnectionCacheType();
 
     /**
      * 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 <code>Acceptor</code>.
      *
      * PEPt uses separate caches for each type of <code>Acceptor</code>
      * as given by {@link #getConnectionCacheType}.
      * {@link #setConnectionCache} and {@link #getConnectionCache} support

@@ -86,11 +86,11 @@
      */
     public void setConnectionCache(InboundConnectionCache connectionCache);
 
     /**
      * Get the
-     * {@link com.sun.corba.se.pept.transport.Inbound.ConnectionCache InboundConnectionCache}
+     * {@link com.sun.corba.se.pept.transport.InboundConnectionCache InboundConnectionCache}
      * used by this <code>Acceptor</code>
      *
      * PEPt uses separate caches for each type of <code>Acceptor</code>
      * as given by {@link #getConnectionCacheType}.
      * {@link #setConnectionCache} and {@link #getConnectionCache} support
< prev index next >