jonyangx commented on code in PR #3198:
URL: 
https://github.com/apache/incubator-eventmesh/pull/3198#discussion_r1111138963


##########
eventmesh-admin/eventmesh-admin-rocketmq/src/main/java/org/apache/eventmesh/admin/rocketmq/response/TopicResponse.java:
##########
@@ -56,8 +56,8 @@ public void setCreatedTime(String createdTime) {
     @Override
     public String toString() {
         StringBuilder sb = new StringBuilder();
-        sb.append("TopicResponse {topic=" + this.topic + ",");
-        sb.append("created_time=" + this.createdTime + "}");
+        sb.append("TopicResponse {topic=").append(this.topic).append(",");
+        sb.append("created_time=").append(this.createdTime).append("}");

Review Comment:
   Suggest merge the code using append method.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to