Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / config / config-manager / src / test / java / org / opendaylight / controller / config / manager / impl / osgi / ModuleFactoryBundleTrackerTest.java
index 7d48ad17ed6df2760f762359d40607dac82d47b1..7f6253ea46b0deda09af34570ca81f4a17348a85 100644 (file)
@@ -154,7 +154,7 @@ public class ModuleFactoryBundleTrackerTest {
     static class NotExtendingTestingFactory {
     }
 
-    static class NoAccessConstructorTestingFactory extends TestingFactory {
+    static final class NoAccessConstructorTestingFactory extends TestingFactory {
         private NoAccessConstructorTestingFactory() {
         }
     }