Fix checkstyle warnings in threadpool-config-impl
[controller.git] / opendaylight / config / threadpool-config-impl / src / main / java / org / opendaylight / controller / config / threadpool / util / ScheduledThreadPoolWrapper.java
index ee3399e1b20d348a9855ffbe9bfdc0598babbe19..648bd82ab0008bc1c62e40c07d5d8cccb2e45752 100644 (file)
@@ -13,7 +13,6 @@ import java.util.concurrent.Executors;
 import java.util.concurrent.ScheduledExecutorService;
 import java.util.concurrent.ScheduledThreadPoolExecutor;
 import java.util.concurrent.ThreadFactory;
-
 import org.opendaylight.controller.config.threadpool.ScheduledThreadPool;
 
 /**