justinmclean commented on code in PR #6437:
URL: https://github.com/apache/gravitino/pull/6437#discussion_r1950327735


##########
clients/cli/src/main/java/org/apache/gravitino/cli/commands/GroupDetails.java:
##########
@@ -62,6 +62,6 @@ public void handle() {
 
     String all = roles.isEmpty() ? "The group has no roles." : 
String.join(",", roles);
 
-    System.out.println(all);
+    printInformation(all);

Review Comment:
   I think here the "The group has no roles." is information but the roles 
themselves are a result.



-- 
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: commits-unsubscr...@gravitino.apache.org

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

Reply via email to