RE: Patch Review: source/gnu/mail/providers/mbox/MboxStore.java

"Conrad T. Pino" <[email protected]> Wed, 28 Nov 2007 08:13:43 -0800
Newsgroups gmane.comp.java.classpath.extensions.javamail
Message-ID <[email protected]>
> Conrad T. Pino wrote:
> > Patch goal:
> > 
> > 1. Reduce warnings, 2 types (see below)
> > 2. Consistent constant use; replace '/' and "/" with separatorChar.
> 
> This looks straightforward, please commit.

Committed with ChangeLog entry:

2007-11-28  Conrad T. Pino  <[email protected]>

	* source/gnu/mail/providers/mbox/MboxStore.java: Stop warnings; replace
	  '/' and "/" with private static final char separatorChar; remove unused
	  import java.io.IOException;

Conrad Pino