Fix TCPServer javadoc
[netconf.git] / transport / transport-tcp / src / main / java / org / opendaylight / netconf / transport / tcp / TCPServer.java
index d7ad92657f0a3027f30c8314f8264474048b7f93..414ab6beaf30f9b0890d1d62c9ec54a5645222fd 100644 (file)
@@ -50,7 +50,7 @@ public final class TCPServer extends TCPTransportStack {
     }
 
     /**
-     * Attempt to establish a {@link TCPClient} by connecting to a remote address.
+     * Attempt to establish a {@link TCPServer} which listens on a remote address.
      *
      * @param listener {@link TransportChannelListener} to notify when the session is established
      * @param bootstrap {@link ServerBootstrap} to use for the underlying Netty server channel