This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: More trivial Classpath merging
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: More trivial Classpath merging
- From: Tom Tromey <tromey at redhat dot com>
- Date: 01 Oct 2001 09:09:35 -0600
- Cc: java-patches at gcc dot gnu dot org
- References: <20011001012319.A12708@klomp.org>
- Reply-To: tromey at redhat dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> Here are another 12 classes that can be trivially merged with
Mark> Classpath. It is mainly adding comments from the Classpath
Mark> version. The only real code change is the removal of the
Mark> synchronized modifier of the mark() and reset() methods in
Mark> FilterInputStream and FilterReader.
This is fine, thanks.
Tom