Bug 6794 - Deprecate eventbus, async-eventbus and fixed-threadpool
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / java / org / opendaylight / controller / config / threadpool / util / FixedThreadPoolWrapper.java
index 2dad26490bb50f41be0ddc411ce5994f3e861a84..dcb121abfad4263584f77a94f22b4bdb78f96d9c 100644 (file)
@@ -19,6 +19,10 @@ 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;