From commits-return-3885-apmail-zookeeper-commits-archive=zookeeper.apache.org@zookeeper.apache.org Mon Jul 21 18:01:47 2014 Return-Path: X-Original-To: apmail-zookeeper-commits-archive@www.apache.org Delivered-To: apmail-zookeeper-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B067011BC9 for ; Mon, 21 Jul 2014 18:01:47 +0000 (UTC) Received: (qmail 88301 invoked by uid 500); 21 Jul 2014 18:01:47 -0000 Delivered-To: apmail-zookeeper-commits-archive@zookeeper.apache.org Received: (qmail 88272 invoked by uid 500); 21 Jul 2014 18:01:47 -0000 Mailing-List: contact commits-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ Delivered-To: mailing list commits@zookeeper.apache.org Received: (qmail 88261 invoked by uid 99); 21 Jul 2014 18:01:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 18:01:47 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 18:01:46 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5748D2388860; Mon, 21 Jul 2014 18:01:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1612362 - in /zookeeper/trunk: CHANGES.txt src/java/test/config/findbugsExcludeFile.xml Date: Mon, 21 Jul 2014 18:01:26 -0000 To: commits@zookeeper.apache.org From: phunt@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140721180126.5748D2388860@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: phunt Date: Mon Jul 21 18:01:25 2014 New Revision: 1612362 URL: http://svn.apache.org/r1612362 Log: ZOOKEEPER-1975. Turn off "internationalization warnings" in findbugs exclude file (phunt) Modified: zookeeper/trunk/CHANGES.txt zookeeper/trunk/src/java/test/config/findbugsExcludeFile.xml Modified: zookeeper/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1612362&r1=1612361&r2=1612362&view=diff ============================================================================== --- zookeeper/trunk/CHANGES.txt (original) +++ zookeeper/trunk/CHANGES.txt Mon Jul 21 18:01:25 2014 @@ -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, Modified: zookeeper/trunk/src/java/test/config/findbugsExcludeFile.xml URL: http://svn.apache.org/viewvc/zookeeper/trunk/src/java/test/config/findbugsExcludeFile.xml?rev=1612362&r1=1612361&r2=1612362&view=diff ============================================================================== --- zookeeper/trunk/src/java/test/config/findbugsExcludeFile.xml (original) +++ zookeeper/trunk/src/java/test/config/findbugsExcludeFile.xml Mon Jul 21 18:01:25 2014 @@ -139,4 +139,9 @@ + + + + +