Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / DatastoreContextContextPropertiesUpdaterTest.java
index 88d1b8061fd5b6db146a3d3e56c4ff9658e03bbb..4659b1603539cd6f29fbded47c02e2d34eaf5a28 100644 (file)
@@ -94,6 +94,7 @@ public class DatastoreContextContextPropertiesUpdaterTest {
         private DatastoreContextFactory contextFactory;
 
         @Override
+        @SuppressWarnings("checkstyle:hiddenField")
         public void onDatastoreContextUpdated(final DatastoreContextFactory contextFactory) {
             this.contextFactory = contextFactory;
         }