Use StringBuffer instead of StringBuilder, if no synchronization is needed
--------------------------------------------------------------------------

                 Key: CAMEL-2632
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2632
             Project: Apache Camel
          Issue Type: Improvement
         Environment: All
            Reporter: Christian Mueller
            Assignee: Christian Mueller
            Priority: Minor
             Fix For: 2.3.0


Many classes in Camel uses StringBuffer to concatenate Strings. But if no 
synchronization is needed, StringBuilder is faster alternative.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to