https://issues.apache.org/bugzilla/show_bug.cgi?id=49696

--- Comment #2 from Joshua Marquart <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to