Bug 6794: Remove threadpool config modules
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / java / org / opendaylight / controller / config / threadpool / util / FixedThreadPoolWrapper.java
index dcb121abfad4263584f77a94f22b4bdb78f96d9c..2dad26490bb50f41be0ddc411ce5994f3e861a84 100644 (file)
@@ -19,10 +19,6 @@ import org.opendaylight.controller.config.threadpool.ThreadPool;
  * Implementation of {@link ThreadPool} using fixed number of threads wraps
  * {@link ExecutorService}.
  */
-/**
- * To be removed in Nitrogen
- */
-@Deprecated
 public class FixedThreadPoolWrapper implements ThreadPool, Closeable {
 
     private final ThreadPoolExecutor executor;