Return-Path: Delivered-To: apmail-xmlgraphics-general-archive@www.apache.org Received: (qmail 56118 invoked from network); 2 Sep 2010 21:03:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Sep 2010 21:03:27 -0000 Received: (qmail 89643 invoked by uid 500); 2 Sep 2010 21:03:27 -0000 Mailing-List: contact general-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list general@xmlgraphics.apache.org Received: (qmail 89633 invoked by uid 99); 2 Sep 2010 21:03:27 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 21:03:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Sep 2010 21:03:09 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o82L2m2W002248 for ; Thu, 2 Sep 2010 21:02:48 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o82L2m2U002247; Thu, 2 Sep 2010 17:02:48 -0400 (EDT) Date: Thu, 2 Sep 2010 17:02:48 -0400 (EDT) Message-Id: <201009022102.o82L2m2U002247@thor.apache.org> From: bugzilla@apache.org To: general@xmlgraphics.apache.org Subject: DO NOT REPLY [Bug 49696] Default ImageWriterRegistry instance register method does not override image writers X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: XMLGraphicsCommons X-Bugzilla-Component: ImageWriter X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: joshua.marquart@firstdata.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: general@xmlgraphics.apache.org X-Bugzilla-Target-Milestone: -- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=49696 --- Comment #2 from Joshua Marquart 2010-09-02 17:02:45 EDT --- Did a code comparison of checked-in vs. patch. Line import java.util.HashMap;import java.util.Map; was removed in favor of private Map imageWriterMap = new java.util.HashMap(); Not that it matters to me which way is used, but is there a preference that I don't know about to using new qualified.class.Name() instead of import qualified.class.Name; -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: general-help@xmlgraphics.apache.org