[cp-patches] Patch: FYI: warning fixes

2006-05-01 Thread Tom Tromey
I'm checking this in. This fixes a few warnings. Tom 2006-05-01 Tom Tromey [EMAIL PROTECTED] * java/util/jar/JarFile.java (provider): Now package-private. * java/lang/Enum.java (compareTo): Javadoc fix. * java/lang/Boolean.java (compareTo): Javadoc fix. Index:

[cp-patches] Patch: FYI: warning fixes in VM code

2006-03-01 Thread Tom Tromey
I'm checking this in. This fixes most of the eclipse java warnings in vm/reference. Tom 2006-03-01 Tom Tromey [EMAIL PROTECTED] * vm/reference/java/net/VMNetworkInterface.java: Organized imports. * vm/reference/java/net/VMInetAddress.java: Organized imports. *

[cp-patches] Patch: FYI: warning fixes

2005-09-13 Thread Tom Tromey
I'm checking this in. This mostly fixes some warnings related to javadoc but also a couple related to unused imports. It also adds a missing @since -- try to remember these, folks. Tom 2005-09-13 Tom Tromey [EMAIL PROTECTED] * java/lang/Process.java: Added import for javadoc.