Merge "Fix for openflow devices not connecting to controller"
[openflowplugin.git] / applications / forwardingrules-manager / src / main / java / org / opendaylight / openflowplugin / applications / frm / NodeConfigurator.java
index 8e40c7b0e6651c8c4f467b9acdd77c2f8c5089dd..8736a6c3f4b683a2999d0f6e90561c6643c93ba2 100644 (file)
@@ -8,11 +8,9 @@
 package org.opendaylight.openflowplugin.applications.frm;
 
 import com.google.common.util.concurrent.ListenableFuture;
-
 import java.util.concurrent.Callable;
 
 public interface NodeConfigurator extends AutoCloseable {
-
     /**
      * Enqueues a job in nodeconfigurator.
      *