Use base64 encoding for netconf device passwords
[netconf.git] / apps / netconf-console / src / main / java / org / opendaylight / netconf / console / api / NetconfCommands.java
index bebfed6d0f9bfa0bb6842f43f721c14f34ffc710..97893d88e0e650cbe3f42cda43b6ccf7177004bc 100644 (file)
@@ -5,15 +5,13 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 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 {
-
     /**
      * Returns a Hashmap with NETCONF ID as outer key and
      * inner keys representing attributes of a NETCONF device.