RE: Patch Review: import changes

"Conrad T. Pino" <[email protected]> Thu, 29 Nov 2007 10:41:13 -0800
Newsgroups gmane.comp.java.classpath.extensions.javamail
Message-ID <[email protected]>
> > Patch goals:
> > 
> > 1. Remove import is never used warnings, 436 in total.
> > 
> > 2. Replace package imports with class imports:
> >    import java.io.*; -> import java.io.IOException;
> 
> Seems fine.

Committed.