git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1612362 13f79535-47bb-0310-9956-ffa450edef68
@@ -717,6 +717,9 @@ BUGFIXES:
ZOOKEEPER-1973. Jetty Server changes broke ibm6 support
(Bill Havanki via phunt)
+ ZOOKEEPER-1975. Turn off "internationalization warnings" in findbugs
+ exclude file (phunt)
+
IMPROVEMENTS:
ZOOKEEPER-1170. Fix compiler (eclipse) warnings: unused imports,
@@ -139,4 +139,9 @@
<Method name="wakeup" />
</Match>
+ <!-- Disable encoding warnings -->
+ <Match>
+ <Bug pattern="DM_DEFAULT_ENCODING" />
+ </Match>
</FindBugsFilter>