Use base64 encoding for netconf device passwords
[netconf.git] / apps / netconf-console / src / main / java / org / opendaylight / netconf / console / api / NetconfCommands.java
index 06b91711d41ca5e148b6370fe207b4d64348ffbf..97893d88e0e650cbe3f42cda43b6ccf7177004bc 100644 (file)
@@ -9,7 +9,7 @@ package org.opendaylight.netconf.console.api;
 
 import java.util.List;
 import java.util.Map;
-import org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev221225.NetconfNode;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.netconf.node.topology.rev231121.NetconfNode;
 
 public interface NetconfCommands {
     /**