Skip to content

Commit

Permalink
Issue checkstyle#6452: Use default value false for javaFiveCompatibil…
Browse files Browse the repository at this point in the history
…ity property of MissingOverride check in checkstyle_checks.xml
  • Loading branch information
Vampire committed Mar 6, 2019
1 parent f236456 commit b071b97
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/checkstyle_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@
</module>
<module name="AnnotationUseStyle"/>
<module name="MissingDeprecated"/>
<module name="MissingOverride">
<property name="javaFiveCompatibility" value="true"/>
</module>
<module name="MissingOverride"/>
<module name="PackageAnnotation"/>
<module name="SuppressWarnings">
<property name="format" value="^((?!unchecked|deprecation|rawtypes|resource).)*$"/>
Expand Down

0 comments on commit b071b97

Please sign in to comment.