Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / streams / listeners / AbstractQueryParams.java
index e9a412d1f34dc811e475e7113755c402a4d2459e..93dfc8030990af082e91f00a9204773165d41b85 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);