Disabling a broken checkstyle test.
This commit is contained in:
parent
35f4fbeeb6
commit
9b2772e38e
|
@ -43,6 +43,7 @@
|
|||
<module name="JavadocMethod">
|
||||
<property name="allowUndeclaredRTE" value="true"/>
|
||||
<property name="allowThrowsTagsForSubclasses" value="true"/>
|
||||
<property name="validateThrows" value="false"/>
|
||||
</module>
|
||||
|
||||
<!-- Require field javadoc -->
|
||||
|
|
Loading…
Reference in New Issue