Skip to content

Commit

Permalink
chore(checkstyle): set validateThrows to false (see http://www.javapr…
Browse files Browse the repository at this point in the history
…actices.com/topic/TopicAction.do?Id=171)

Signed-off-by: Moritz Schweppenhäuser <[email protected]>
  • Loading branch information
schwepmo committed May 31, 2024
1 parent 86da604 commit 91064b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<module name="JavadocMethod">
<property name="accessModifiers" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="validateThrows" value="true"/>
<property name="validateThrows" value="false"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test, Deprecated"/>
</module>
Expand Down

0 comments on commit 91064b0

Please sign in to comment.