Fix rule's description.

This commit is contained in:
Ignacio Tirabasso
2016-01-21 15:22:48 -03:00
parent 371db089c9
commit 55453cc23d

View File

@@ -1598,9 +1598,8 @@ public class Foo { //Should be final
message="An empty method in an abstract class should be abstract instead"
externalInfoUrl="${pmd.website.baseurl}/rules/java/design.html#EmptyMethodInAbstractClassShouldBeAbstract">
<description>
Empty methods in an abstract class should be tagged as abstract. This helps to remove their inapproprate
Empty or auto-generated methods in an abstract class should be tagged as abstract. This helps to remove their inapproprate
usage by developers who should be implementing their own versions in the concrete subclasses.
Auto-generated methods could trigger this rule.
</description>
<priority>1</priority>
<properties>