Remove NetconfSessionNegotiatorFactory
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / AbstractNetconfDispatcher.java
index b53aafa7a422c69d446f45bc4f990bf299ed95dc..653dc9180b2f852e3d4ab16ec947fbf6a5c42162 100644 (file)
@@ -45,8 +45,8 @@ public abstract class AbstractNetconfDispatcher<S extends NetconfSession, L exte
          * Initializes channel by specifying the handlers in its pipeline. Handlers are protocol specific, therefore
          * this method needs to be implemented in protocol specific Dispatchers.
          *
-         * @param channel whose pipeline should be defined, also to be passed to {@link NetconfSessionNegotiatorFactory}
-         * @param promise to be passed to {@link NetconfSessionNegotiatorFactory}
+         * @param channel whose pipeline should be defined, also to be passed to {@link NetconfSessionNegotiator}
+         * @param promise to be passed to {@link NetconfSessionNegotiator}
          */
         void initializeChannel(C channel, Promise<S> promise);
     }