Fix it's -> its

This commit is contained in:
Piotrek Żygieło 2022-09-12 20:29:00 +02:00
parent f4a0dff0c9
commit a3ea6be9ca
No known key found for this signature in database
GPG Key ID: ECFB9B1F44E4CAE9

View File

@ -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.