This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Patch: java.io.Piped*
- To: Java Patch List <java-patches at sourceware dot cygnus dot com>
- Subject: Patch: java.io.Piped*
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 20 Apr 2000 19:16:49 -0600
- Reply-To: tromey at cygnus dot com
I'm checking in this patch:
2000-04-20 Tom Tromey <tromey@cygnus.com>
Fix for PR java.io/204:
* java/io/PipedInputStream.java, java/io/PipedReader.java,
java/io/PipedOutputStream.java, java/io/PipedWriter.java: Imported
from Classpath.
This fixes the indicated PR and "merges" these classes with the
Classpath implementation. In this case I just chose the Classpath
implementation over the libgcj one, since (1) that implementation
doesn't have this bug, (2) the Classpath implementation has javadoc
comments, and (3) there's no other real difference between the two.
Tom