Add blueprint wiring for netconf-console
[netconf.git] / netconf / netconf-console / src / main / java / org / opendaylight / netconf / console / commands / NetconfListDevicesCommand.java
index fd52e651e2ff7d9fce9704057ce5306688e1f8fc..7a1ec73f45ec67a99d77a7b04621fe968b98ab7a 100644 (file)
@@ -9,9 +9,7 @@
 package org.opendaylight.netconf.console.commands;
 
 import java.util.Map;
-
 import javax.annotation.Nonnull;
-
 import org.apache.karaf.shell.commands.Command;
 import org.apache.karaf.shell.console.AbstractAction;
 import org.apache.karaf.shell.table.ShellTable;