summaryrefslogtreecommitdiff
path: root/support_files/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'support_files/checkstyle.xml')
-rw-r--r--support_files/checkstyle.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/support_files/checkstyle.xml b/support_files/checkstyle.xml
index 41a938f..e9fb904 100644
--- a/support_files/checkstyle.xml
+++ b/support_files/checkstyle.xml
@@ -5,7 +5,7 @@
This configuration file was written by the eclipse-cs plugin configuration editor
-->
<!--
- Checkstyle-Configuration: YKJJEB CheckStyle
+ Checkstyle-Configuration: Group Checkstyle
Description: none
-->
<module name="Checker">
@@ -75,7 +75,9 @@
<module name="FinalClass"/>
<module name="HideUtilityClassConstructor"/>
<module name="InterfaceIsType"/>
- <module name="VisibilityModifier"/>
+ <module name="VisibilityModifier">
+ <property name="protectedAllowed" value="true"/>
+ </module>
<module name="ArrayTypeStyle"/>
<module name="FinalParameters"/>
<module name="TodoComment">