Fix odlparent-3.0.0 checkstyle issues
[mdsal.git] / dom / mdsal-dom-spi / src / main / java / org / opendaylight / mdsal / dom / spi / shard / WriteableSubshardBoundaryNode.java
index 3a76fccb336045b8c84ae3620c0ad47d31fa7be5..493c89732fc99dade9b5f4303185656492682b21 100644 (file)
@@ -22,7 +22,7 @@ public class WriteableSubshardBoundaryNode extends WriteableModificationNode {
 
     private final ForeignShardModificationContext boundary;
 
-    private WriteableSubshardBoundaryNode(final ForeignShardModificationContext boundary) {
+    WriteableSubshardBoundaryNode(final ForeignShardModificationContext boundary) {
         this.boundary = Preconditions.checkNotNull(boundary);
     }