1neverknow commented on PR #2169:
URL: https://github.com/apache/zookeeper/pull/2169#issuecomment-2311009261

   Thanks for the update!
   However, I just noticed that there's still a typo in the fixed statement. It 
should be written as:
   ```java
   assertNotNull("Quota is still set", 
server.getZKDatabase().getDataTree().getMaxPrefixWithQuota(path));
   ```
   The first argument of `assertNotNull` is the error message, while the second 
one is the actual "notnull" object"


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to