Oliverwqcwrw commented on code in PR #4637:
URL: https://github.com/apache/rocketmq/pull/4637#discussion_r961252626


##########
common/src/main/java/org/apache/rocketmq/common/PlainAccessConfig.java:
##########
@@ -99,4 +99,18 @@ public List<String> getGroupPerms() {
     public void setGroupPerms(List<String> groupPerms) {
         this.groupPerms = groupPerms;
     }
+
+    @Override
+    public String toString() {
+        return "PlainAccessConfig{" +

Review Comment:
   This toString is generated automatically by the editor I'm using, but for 
security reasons I've omitted the printing of SecretKey
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to