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.
1 parent f1e1193 commit 62f6ab4Copy full SHA for 62f6ab4
checkstyle.xml
@@ -70,7 +70,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
70
<!-- Checks for Javadoc comments. -->
71
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
72
<module name="JavadocMethod">
73
- <property name="scope" value="protected"/>
+ <property name="accessModifiers" value="protected"/>
74
<property name="severity" value="warning"/>
75
<property name="allowMissingParamTags" value="true"/>
76
<property name="allowMissingReturnTag" value="true"/>
pom.xml
@@ -574,7 +574,7 @@
574
<dependency>
575
<groupId>com.puppycrawl.tools</groupId>
576
<artifactId>checkstyle</artifactId>
577
- <version>8.39</version>
+ <version>9.0.1</version>
578
</dependency>
579
</dependencies>
580
<configuration>
0 commit comments