Specialize protocol-framework to netconf
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / TimedReconnectStrategyFactory.java
similarity index 96%
rename from protocol-framework/src/main/java/org/opendaylight/protocol/framework/TimedReconnectStrategyFactory.java
rename to netconf/netconf-netty-util/src/main/java/org/opendaylight/netconf/nettyutil/TimedReconnectStrategyFactory.java
index 8ea14f83d0d4c97e4461d3965b86bb95d22230c8..bf26187e12454f2523f1fa1f4236dd91a00015e8 100644 (file)
@@ -5,7 +5,7 @@
  * 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 io.netty.util.concurrent.EventExecutor;
 import java.math.BigDecimal;