Skip to content

Commit 2dce5e8

Browse files
committed
Make compatible with Checkstyle v8.45
1 parent 9d52788 commit 2dce5e8

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.project
2+
.idea
3+
*.iml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# checkstyle
1+
# checkstyle

checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<property name="fileExtensions" value="java"/>
2525

2626
<!-- License Checks -->
27-
27+
2828
<module name="Header">
2929
<property name="ignoreLines" value="4,5,6,7,8,9,10,11,12,13"/>
3030
</module>
@@ -61,7 +61,7 @@
6161
<property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
6262
</module>
6363
<module name="JavadocMethod">
64-
<property name="scope" value="public"/>
64+
<property name="accessModifiers" value="public"/>
6565
<property name="allowMissingParamTags" value="true"/>
6666
<property name="allowMissingReturnTag" value="true"/>
6767
<property name="allowedAnnotations" value="Override, Test, Bean, ApiOperation, ExceptionHandler, ApiModelProperty"/>

0 commit comments

Comments
 (0)