Let me know if that looks ok. Thanks.
A good number of the toString() methods across the codebase ( in trunk)
seem to contain StringBuffer when the concurrency requirement is not
needed for the references. I have submitted
https://issues.apache.org/jira/browse/MAPREDUCE-1320 to convert them to
StringBuilder as necessary.
