File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
70
70
<!-- Checks for Javadoc comments. -->
71
71
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
72
72
<module name =" JavadocMethod" >
73
- <property name =" scope " value =" protected" />
73
+ <property name =" accessModifiers " value =" protected" />
74
74
<property name =" severity" value =" warning" />
75
75
<property name =" allowMissingParamTags" value =" true" />
76
76
<property name =" allowMissingReturnTag" value =" true" />
Original file line number Diff line number Diff line change 574
574
<dependency >
575
575
<groupId >com.puppycrawl.tools</groupId >
576
576
<artifactId >checkstyle</artifactId >
577
- <version >8.39 </version >
577
+ <version >9.0.1 </version >
578
578
</dependency >
579
579
</dependencies >
580
580
<configuration >
You can’t perform that action at this time.
0 commit comments