Skip to content

Commit 40ea81d

Browse files
authored
remove deprecated allowMissingJavadoc from JavadocMethod
1 parent f8e3255 commit 40ea81d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,7 @@
172172
</module>
173173

174174
<module name="JavadocMethod">
175-
<property name="allowMissingJavadoc" value="true"/>
176175
<property name="allowUndeclaredRTE" value="true"/>
177176
</module>
178177
</module>
179-
</module>
178+
</module>

0 commit comments

Comments
 (0)