Fix odlparent-3.0.0 checkstyle issues
[mdsal.git] / dom / mdsal-dom-spi / src / test / java / org / opendaylight / mdsal / dom / spi / shard / WriteableNodeWithSubshardTest.java
index 369e8d2e620d3acbbe2cf9c0c97948a1bd217b1d..db325bd50e23543eb9a5a431ad7575465289b609 100644 (file)
@@ -49,14 +49,14 @@ public class WriteableNodeWithSubshardTest {
         TestUtils.resetMocks();
     }
 
-    private class WriteableNodeWithSubshardImpl extends WriteableNodeWithSubshard {
+    private static final class WriteableNodeWithSubshardImpl extends WriteableNodeWithSubshard {
 
-        private WriteableNodeWithSubshardImpl(Map<PathArgument, WriteableModificationNode> children) {
+        WriteableNodeWithSubshardImpl(final Map<PathArgument, WriteableModificationNode> children) {
             super(children);
         }
 
         @Override
-        public WriteCursorStrategy createOperation(DOMDataTreeWriteCursor parentCursor) {
+        public WriteCursorStrategy createOperation(final DOMDataTreeWriteCursor parentCursor) {
             return null;
         }