summaryrefslogtreecommitdiff
path: root/support_files
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-01-28 18:52:51 +0000
committerJesse Morgan <jesse@jesterpm.net>2011-01-28 18:52:51 +0000
commitfc40e7f6e3165a002326c92401c17951b7048a32 (patch)
treeccbb0fa261c51de242cf32a3aa622c78103b352f /support_files
parent380952816905723a8f3a18104e18e92ba85b2b88 (diff)
And we now have a basic 3d world :D
Diffstat (limited to 'support_files')
-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">