blob: a893764a880144185cee8643792e151be101661b [file] [log] [blame]
<html>
<body>
This intention replaces <b>String</b> <b>+</b> concatenation operator with <b>StringBuffer.append()</b> .
For projects using J2SDK5.0, <b>StringBuilder.append()</b> will be used instead.
</body>
</html>