checkStyleViolationSeverity=error implemented for mdsal-dom-inmemory-datastore
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / src / main / java / org / opendaylight / mdsal / dom / store / inmemory / WritableInteriorNode.java
index 2b14f0e0a0570c84fd6dba938a04b99e68170dc4..9a179d2af4b83c5287523288d69db7ee2ac4248b 100644 (file)
@@ -17,7 +17,7 @@ class WritableInteriorNode extends WriteableNodeWithSubshard {
 
     private final PathArgument identifier;
 
-    public WritableInteriorNode(PathArgument identifier, Map<PathArgument, WriteableModificationNode> children) {
+    WritableInteriorNode(PathArgument identifier, Map<PathArgument, WriteableModificationNode> children) {
         super(children);
         this.identifier = Preconditions.checkNotNull(identifier);
     }