jerryshao commented on code in PR #7936:
URL: https://github.com/apache/gravitino/pull/7936#discussion_r2254245883


##########
core/src/main/java/org/apache/gravitino/job/JobManager.java:
##########
@@ -470,7 +620,7 @@ static String replacePlaceholder(String inputString, 
Map<String, String> replace
       return inputString; // Return as is if the input string is blank
     }
 
-    StringBuffer result = new StringBuffer();
+    StringBuilder result = new StringBuilder();

Review Comment:
   I don't know. This is recommended by intelij idea, so I change to use 
`StringBuilder`.



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