https://issues.apache.org/bugzilla/show_bug.cgi?id=49696
--- Comment #3 from Vincent Hennebert <[email protected]> 2010-09-03 06:49:23 EDT --- (In reply to comment #2) > 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; Actually I'd be curious to know the rationale too :-) Vincent -- 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]
