Skip to content

Commit

Permalink
Merge pull request #77 from DDS-GmbH/fix/checkstyle
Browse files Browse the repository at this point in the history
Fix checkstyle
  • Loading branch information
AntonOellerer committed Oct 27, 2022
2 parents 83b14c9 + 6c435fa commit 41698d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"/>
</module>
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
Expand Down

0 comments on commit 41698d9

Please sign in to comment.