We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f76a975 + 174b36d commit cfa273aCopy full SHA for cfa273a
checkstyle.xml
@@ -336,7 +336,7 @@
336
<module name="JavadocType"/>
337
<module name="JavadocVariable">
338
<property name="tokens" value="VARIABLE_DEF"/>
339
- <property name="scope" value="public"/>
+ <property name="accessModifiers" value="public"/>
340
</module>
341
<module name="MissingJavadocType">
342
<property name="scope" value="protected"/>
pom.xml
@@ -133,7 +133,7 @@
133
<dependency>
134
<groupId>com.puppycrawl.tools</groupId>
135
<artifactId>checkstyle</artifactId>
136
- <version>10.21.4</version>
+ <version>10.22.0</version>
137
</dependency>
138
</dependencies>
139
<executions>
0 commit comments