wxisme opened a new pull request #816: Replace StringBuffer with StringBuilder inside the method URL: https://github.com/apache/incubator-dolphinscheduler/pull/816 Using `StringBuilder` inside the method has better performance than using `StringBuffer`, because there is no thread safety problem in this case. So I replacing `StringBuffer` with `StringBuilder` inside the method in this PR.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
