add some comments 31/3731/2
authorCheng (Ian) Liu <lch.ian12@gmail.com>
Wed, 26 Apr 2017 20:26:25 +0000 (15:26 -0500)
committerPatrick Brady <pb071s@att.com>
Wed, 26 Apr 2017 21:59:15 +0000 (21:59 +0000)
Change-Id: If01eec50c638ac03828d562f2204309aabb6635a
Signed-off-by: Cheng (Ian) Liu <lch.ian12@gmail.com>
appc-dg/appc-dg-shared/appc-dg-netconf/src/main/java/org/openecomp/appc/dg/netconf/impl/NetconfClientPluginImpl.java

index d063b5d..875300d 100644 (file)
@@ -66,6 +66,7 @@ public class NetconfClientPluginImpl implements NetconfClientPlugin {
     public void configure(Map<String, String> params, SvcLogicContext ctx) throws APPCException {
 
         try {
+            // by default, it uses the jsch Netconf Adapter implementation by calling GetNetconfClient(NetconfClientType.SSH).
             NetconfClient client = clientFactory.GetNetconfClient(NetconfClientType.SSH);
             try {
                 NetconfConnectionDetails connectionDetails = mapper.readValue(params.get("connection-details"), NetconfConnectionDetails.class);