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="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/> <module name="InterfaceIsType"/>
<module name="VisibilityModifier"> <module name="VisibilityModifier">
<property name="allowPublicImmutableFields" value="true"/> <property name="allowPublicFinalFields" value="true"/>
</module> </module>
<!-- Miscellaneous other checks. --> <!-- Miscellaneous other checks. -->
<!-- See http://checkstyle.sf.net/config_misc.html --> <!-- See http://checkstyle.sf.net/config_misc.html -->
<module name="ArrayTypeStyle"/> <module name="ArrayTypeStyle"/>