diff options
Diffstat (limited to 'common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml')
-rw-r--r-- | common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml b/common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml index 79bdbfd7a..2f5296ec0 100644 --- a/common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml +++ b/common/checkstyle/src/main/resources/honeycomb-checkstyle-logging.xml @@ -9,7 +9,7 @@ "http://www.puppycrawl.com/dtds/configuration_1_2.dtd"> <module name="Checker"> - + <property name="charset" value="UTF-8"/> <property name="severity" value="error"/> <module name="RegexpMultiline"> |