Skip to content

Commit 3eee2c1

Browse files
committed
fix checkstyle
1 parent 67b3da8 commit 3eee2c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<property name="authorFormat" value="\S \S"/>
137137
</module>
138138
<module name="JavadocVariable">
139-
<property name="scope" value="protected"/>
139+
<property name="accessModifiers" value="protected"/>
140140
</module>
141141
<module name="JavadocStyle">
142142
<property name="scope" value="protected"/>

0 commit comments

Comments
 (0)