aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index e8844859..c25f340f 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -3,6 +3,8 @@
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="fileExtensions" value="java"/>
+ <property name="localeLanguage" value="en"/>
+ <property name="localeCountry" value="US"/>
<module name="NewlineAtEndOfFile"/>