Specialize protocol-framework to netconf
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / NeverReconnectStrategy.java
similarity index 96%
rename from protocol-framework/src/main/java/org/opendaylight/protocol/framework/NeverReconnectStrategy.java
rename to netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/NeverReconnectStrategy.java
index 824242cba6eccbe228cc0d7c271de7b703443c82..dc501eab736526ead34b24fe3d22538055a7717c 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.protocol.framework;
+package org.opendaylight.netconf.nettyutil;
 
+import com.google.common.base.Preconditions;
 import io.netty.util.concurrent.EventExecutor;
 import io.netty.util.concurrent.Future;
-
 import javax.annotation.concurrent.ThreadSafe;
 
-import com.google.common.base.Preconditions;
-
 /**
  * Utility ReconnectStrategy singleton, which will cause the reconnect process
  * to always fail.