mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-26 14:31:02 -04:00
checkstyle allows public final fields
This commit is contained in:
parent
65741df186
commit
e9dde8df34
@ -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"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user