forked from phoedos/pmd
Fix it's -> its
This commit is contained in:
parent
f4a0dff0c9
commit
a3ea6be9ca
@ -436,7 +436,7 @@ public class Éléphant {}
|
||||
externalInfoUrl="${pmd.website.baseurl}/pmd_rules_java_codestyle.html#commentdefaultaccessmodifier">
|
||||
<description>
|
||||
To avoid mistakes if we want that an Annotation, Class, Enum, Method, Constructor or Field have a default access modifier
|
||||
we must add a comment at the beginning of it's declaration.
|
||||
we must add a comment at the beginning of its declaration.
|
||||
By default the comment must be `/* default */` or `/* package */`, if you want another, you have to provide a regular expression.
|
||||
This rule ignores by default all cases that have a @VisibleForTesting annotation. Use the
|
||||
property "ignoredAnnotations" to customize the recognized annotations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user