threshold was renamed maxDuplicateLiterals in AvoidDuplicateLiterals

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@6669 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Xavier Le Vourch committed 2008-10-25 06:35:45 +00:00
1 parent f88a14f185
commit ce8346a183
1 file changed
+1 -1
@@ -82,7 +82,7 @@ public class Foo {
threshold property
]]></description>
<expected-problems>1</expected-problems>
<rule-property name="threshold">2</rule-property>
<rule-property name="maxDuplicateLiterals">2</rule-property>
<code><![CDATA[
public class Foo {
private void bar() {