Skip to content

Commit dbe7271

Browse files
committed
Fix checkstyle override
1 parent 257f62d commit dbe7271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkstyle-override.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
4-
Copyright 2016-2020 the original author or authors.
4+
Copyright 2016-2021 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -217,7 +217,7 @@
217217
<property name="target" value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
218218
</module>
219219
<module name="JavadocMethod">
220-
<property name="scope" value="public"/>
220+
<property name="accessModifiers" value="public"/>
221221
<property name="allowMissingParamTags" value="true"/>
222222
<property name="allowMissingReturnTag" value="true"/>
223223
<property name="allowedAnnotations" value="Override, Test"/>

0 commit comments

Comments
 (0)