Skip to content

Commit

Permalink
fix: fix closing property tag
Browse files Browse the repository at this point in the history
  • Loading branch information
skaldarnar committed Jun 8, 2021
1 parent 51c9707 commit 5e48906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<!-- Unfortunately this module is too inclusive - static final fields are not necessarily constants! -->
<module name="ConstantName">
<property name="format" value="^([A-Z][A-Z0-9]*(_[A-Z0-9]+)*|logger)$"/>
<property name="severity" value="info">
<property name="severity" value="info"/>
</module>
<!-- local, final variables, including catch parameters : ^[a-z][a-zA-Z0-9]*$ -->
<module name="LocalFinalVariableName"/>
Expand Down

0 comments on commit 5e48906

Please sign in to comment.