Tweaked msg; thx to Brian R. for the suggestion

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4371 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-05-02 14:05:20 +00:00
parent 3f3524d5be
commit 85127f6948

View File

@ -172,7 +172,7 @@ public class Foo {
</rule>
<rule name="ConsecutiveLiteralAppends"
message="StringBuffer.append is called {0} times consecutively, always using String literals"
message="StringBuffer.append is called {0} consecutive times with literal Strings. Use a single append with a single String."
class="net.sourceforge.pmd.rules.strings.ConsecutiveLiteralAppends"
externalInfoUrl="http://pmd.sourceforge.net/rules/strings.html#ConsecutiveLiteralAppends">
<description>