Fix checkstyle
[ovsdb.git] / utils / config / src / test / java / org / opendaylight / ovsdb / utils / config / ConfigPropertiesTest.java
index 3e3e0c07946f6a551efcb43400f72401027664b0..25fe26534489df6ec06f4c074745961c77cd68b7 100644 (file)
@@ -93,9 +93,9 @@ public class ConfigPropertiesTest {
     }
 
     // Helper classes used to de-mux mock behaviors
-    private static class ConfigPropertiesTestMockingBundleNoContext {
+    private static final class ConfigPropertiesTestMockingBundleNoContext {
     }
 
-    private static class ConfigPropertiesTestMocking {
+    private static final class ConfigPropertiesTestMocking {
     }
 }