Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / sharding / DistributedShardedDOMDataTree.java
index 53893e22510607f353ed46fda99dafc79fcbd584..1b2d99388370e196d0e501b6714a29f57e14469d 100644 (file)
@@ -655,6 +655,7 @@ public class DistributedShardedDOMDataTree implements DOMDataTreeService, DOMDat
 
         @Nonnull
         @Override
+        @SuppressWarnings("checkstyle:hiddenField")
         public DOMDataTreeProducer createProducer(@Nonnull final Collection<DOMDataTreeIdentifier> subtrees) {
             // TODO we probably don't need to distribute this on the remote nodes since once we have this producer
             // open we surely have the rights to all the subtrees.