X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fthreadpool-config-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fconfig%2Fthreadpool%2Ffixed%2FTestingFixedThreadPoolModule.java;h=bd57fe98f6efa976f43aef4140af64429db763b8;hb=b25f55c6265708661db0a43fccc595f7fdd81767;hp=d6171263af78dec29db330149c9e324fee74ed85;hpb=9dbad6e87ea28714c4268605927ae64f04443bd3;p=controller.git diff --git a/opendaylight/config/threadpool-config-impl/src/test/java/org/opendaylight/controller/config/threadpool/fixed/TestingFixedThreadPoolModule.java b/opendaylight/config/threadpool-config-impl/src/test/java/org/opendaylight/controller/config/threadpool/fixed/TestingFixedThreadPoolModule.java index d6171263af..bd57fe98f6 100644 --- a/opendaylight/config/threadpool-config-impl/src/test/java/org/opendaylight/controller/config/threadpool/fixed/TestingFixedThreadPoolModule.java +++ b/opendaylight/config/threadpool-config-impl/src/test/java/org/opendaylight/controller/config/threadpool/fixed/TestingFixedThreadPoolModule.java @@ -32,5 +32,4 @@ public class TestingFixedThreadPoolModule extends AbstractMockedModule implement doReturn(mock(ExecutorService.class)).when(pool).getExecutor(); return pool; } - }