Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / netconf / sal / streams / listeners / AbstractQueryParams.java
index 411183b64896a0580644f6f0d152fd6806662f24..618bf4de91ac475bf676456655a54b39a23ae1d2 100644 (file)
@@ -71,6 +71,7 @@ abstract class AbstractQueryParams extends AbstractNotificationsData {
      * @param leafNodesOnly
      *            if true, notifications will contain changes to leaf nodes only
      */
+    @SuppressWarnings("checkstyle:hiddenField")
     public void setQueryParams(final Instant start, final Optional<Instant> stop, final Optional<String> filter,
                                final boolean leafNodesOnly) {
         this.start = Preconditions.checkNotNull(start);