diff --git a/pmd/etc/changelog.txt b/pmd/etc/changelog.txt index aa2ce8cede..0a37cf768c 100644 --- a/pmd/etc/changelog.txt +++ b/pmd/etc/changelog.txt @@ -2,6 +2,7 @@ Fixed bug 991: AvoidSynchronizedAtMethodLevel for static methods Fixed bug 1084: NPE at UselessStringValueOfRule.java:36 +Fixed bug 1092: Wrong Attribute "excludemarker" in Ant Task Documentation Fixed bug 1104: IdempotentOperation false positive Fixed bug 1111: False positive: Useless parentheses Fixed bug 1114: CPD - Tokenizer not initialized with requested properties diff --git a/pmd/src/site/xdocs/ant-task.xml b/pmd/src/site/xdocs/ant-task.xml index 2babcccff9..9d20e29f6f 100644 --- a/pmd/src/site/xdocs/ant-task.xml +++ b/pmd/src/site/xdocs/ant-task.xml @@ -57,7 +57,7 @@ No - excludemarker + suppressMarker The series of characters to use to tell PMD to skip lines - the default is NOPMD. No