[
https://issues.apache.org/jira/browse/LANG-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769015#action_12769015
]
Sebb commented on LANG-541:
---------------------------
URL: http://svn.apache.org/viewvc?rev=828909&view=rev
Log:
LANG-541 - Switched StringBuffer to StringBuilder when only used internally
> Replace StringBuffer with StringBuilder
> ---------------------------------------
>
> Key: LANG-541
> URL: https://issues.apache.org/jira/browse/LANG-541
> Project: Commons Lang
> Issue Type: Task
> Reporter: Henri Yandell
> Fix For: 3.0
>
>
> As long as we don't need thread safety - so mostly for local usage within a
> method - use a StringBuilder instead of a StringBuffer.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.