Upgrade Checkstyle syntax (was scope, now it is accessModifiers) fixing CI build.

This commit is contained in:
XenoAmess 2021-05-10 01:29:59 +08:00 committed by Bruno P. Kinoshita
parent d4a3e0c220
commit 9d987a3a5d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ limitations under the License.
<module name="UnusedImports"/>
<module name="NeedBraces"/>
<module name="JavadocMethod">
<property name="scope" value="protected" />
<property name="accessModifiers" value="protected" />
</module>
<module name="ModifierOrder"/>
<module name="RedundantModifier"/>