Bump odlparent to 5.0.0
[netconf.git] / netconf / netconf-netty-util / src / main / java / org / opendaylight / netconf / nettyutil / ReconnectImmediatelyStrategy.java
index dd1f851acd38b29354416640997566b129a79a0b..98756e06eebb7fb63405cd40b1a0b7b2994518ab 100644 (file)
@@ -10,16 +10,14 @@ 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 org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * Utility ReconnectStrategy singleton, which will cause the reconnect process
- * to immediately schedule a reconnection attempt.
+ * Utility ReconnectStrategy singleton, which will cause the reconnect process to immediately schedule a reconnection
+ * attempt. This class is thread-safe.
  */
 @Deprecated
-@ThreadSafe
 public final class ReconnectImmediatelyStrategy implements ReconnectStrategy {
     private static final Logger LOG = LoggerFactory.getLogger(ReconnectImmediatelyStrategy.class);
     private final EventExecutor executor;