[ https://issues.apache.org/jira/browse/HBASE-2085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dave Latham updated HBASE-2085: ------------------------------- Description: Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably not needed in those contexts as the references do not get out of scope. (was: Some references in toString() converted from StringBuffer to StringBuilder as concurrency is probably needed in those contexts as the references do not get out of scope. ) > StringBuffer -> StringBuilder - conversion of references as necessary > --------------------------------------------------------------------- > > Key: HBASE-2085 > URL: https://issues.apache.org/jira/browse/HBASE-2085 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: Kay Kay > Fix For: 0.21.0 > > Attachments: HBASE-2085.patch > > > Some references in toString() converted from StringBuffer to StringBuilder as > concurrency is probably not needed in those contexts as the references do not > get out of scope. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.