Update the right file

This commit is contained in:
Itai Gilo
2019-03-25 21:32:35 +02:00
parent 6df4100ca8
commit e7f7422f50

View File

@ -404,7 +404,7 @@ public class Éléphant {}
<description>
To avoid mistakes if we want that a Method, Constructor, Field or Nested class have a default access modifier
we must add a comment at the beginning of it's declaration.
By default the comment must be /* default */ or /* package */, if you want another, you have to provide a regular expression.
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.
</description>