dk2k opened a new pull request, #9845:
URL: https://github.com/apache/camel/pull/9845

   Replaced the concatenation as an argument of StringBuilder.append() call 
with the chain of StringBuilder.append() calls. Converted single char strings 
to chars. PR for core
   
   Ubder the hood each string concatenation is translated to a temporary 
StringBuilder and for the result its toString() value is assigned. We can avoid 
these temp StringBuilders.


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