dlmarion commented on code in PR #5749: URL: https://github.com/apache/accumulo/pull/5749#discussion_r2237572737
########## server/base/src/main/java/org/apache/accumulo/server/conf/util/ZooInfoViewer.java: ########## @@ -460,6 +516,10 @@ boolean printSysProps() { return printAllProps() || printSystemOpt; } + boolean printResourceGroupProps() { + return printAllProps() || resourceGroupOpt.isEmpty(); Review Comment: I made these changes in febdd07 -- 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...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org