Mechanical code cleanup (config)
[controller.git] / opendaylight / config / netty-timer-config / src / main / java / org / opendaylight / controller / config / yang / netty / timer / HashedWheelTimerModule.java
index d1d55405a96a825ff23c44a00f4b9b10e80eec17..579806f804368411138030f33042165d568cb6ed 100644 (file)
@@ -81,6 +81,6 @@ public final class HashedWheelTimerModule extends
         this.bundleContext = bundleContext;
     }
 
-    private static interface AutoCloseableTimerInterface extends Timer, AutoCloseable {
+    private interface AutoCloseableTimerInterface extends Timer, AutoCloseable {
     }
 }