Merge "Bug 8153: Enforce check-style rules for netconf - mdsal-netconf-monitoring...
[netconf.git] / netconf / netconf-client / src / main / java / org / opendaylight / netconf / client / NetconfClientDispatcher.java
index 38f7155d292656bc1d30908fddbd6c1f962bd2f5..66fdff674dff563dbac1dad9464e5f81ad45fa1c 100644 (file)
@@ -14,10 +14,10 @@ import org.opendaylight.netconf.client.conf.NetconfReconnectingClientConfigurati
 public interface NetconfClientDispatcher {
 
     /**
+     * Create netconf client. Network communication has to be set up based on network protocol specified in
+     * clientConfiguration
      *
-     * Create netconf client. Network communication has to be set up based on network protocol specified in clientConfiguration
-     *
-     * @param clientConfiguration
+     * @param clientConfiguration Configuration of client
      * @return netconf client based on provided configuration
      */
     Future<NetconfClientSession> createClient(NetconfClientConfiguration clientConfiguration);