Skip to content

Commit

Permalink
Should not require Javadoc so easily
Browse files Browse the repository at this point in the history
Closed #397
  • Loading branch information
Bernardo Sulzbach committed Sep 19, 2017
1 parent dbc4d54 commit c092ec4
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 @@ -172,7 +172,7 @@
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="minLineCount" value="2"/>
<property name="minLineCount" value="8"/>
<property name="allowedAnnotations" value="Override, Test"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>
Expand Down

0 comments on commit c092ec4

Please sign in to comment.