Add blueprint wiring for netconf-console
[netconf.git] / netconf / netconf-console / src / main / java / org / opendaylight / netconf / console / commands / NetconfCommandUtils.java
index 40ac48f17c633613afc9a1dd9be39db3ae5d86d0..96715193b5a2928e0dc3ecf8acfe38368ff7d22b 100644 (file)
@@ -8,11 +8,10 @@
 
 package org.opendaylight.netconf.console.commands;
 
+import com.google.common.base.Strings;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
 
-import com.google.common.base.Strings;
-
 public class NetconfCommandUtils {
 
     private static final Pattern IP_PATTERN = Pattern.compile(