aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 6db1154..1bed3c9 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -15,7 +15,7 @@
<module name = "Checker">
<property name="charset" value="UTF-8"/>
- <property name="severity" value="error"/>
+ <property name="severity" value="warning"/>
<property name="fileExtensions" value="java, properties, xml"/>
<!-- Checks for whitespace -->