checkstyle allows public final fields

This commit is contained in:
hneemann 2017-03-18 09:29:27 +01:00
parent 65741df186
commit e9dde8df34

View File

@ -201,10 +201,9 @@
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
<module name="VisibilityModifier">
<property name="allowPublicImmutableFields" value="true"/>
<property name="allowPublicFinalFields" value="true"/>
</module>
<!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html -->
<module name="ArrayTypeStyle"/>