Bump odlparent to 5.0.0
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / NeverReconnectStrategy.java
index dc501eab736526ead34b24fe3d22538055a7717c..d59a36f952bf423795f66938ca5b35dd244bcf14 100644 (file)
@@ -10,14 +10,11 @@ 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;
 
 /**
- * Utility ReconnectStrategy singleton, which will cause the reconnect process
- * to always fail.
+ * Utility ReconnectStrategy singleton, which will cause the reconnect process to always fail. This class is thred-safe.
  */
 @Deprecated
-@ThreadSafe
 public final class NeverReconnectStrategy implements ReconnectStrategy {
     private final EventExecutor executor;
     private final int timeout;