From 0d2e6ffef6be51ec2e1fd9f593c26e1e53b23825 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Sat, 9 Oct 2004 10:22:25 +0000 Subject: 2004-10-09 Michael Koch * java/io/CharArrayWriter.java (resize): Removed redundant 'final' modifier. * java/io/DataInputStream.java (readFully): Throw IndexOutOfBoundsException of len < 0. * java/io/FileDescriptor.java, java/io/FileInputStream.java, java/io/FileOutputStream.java, java/io/ObjectOutputStream.java, java/io/ObjectStreamClass.java, java/io/PipedInputStream.java, java/io/RandomAccessFile.java: Reorganized import statements. From-SVN: r88817 --- libjava/java/io/PipedInputStream.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/java/io/PipedInputStream.java') diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index 91fca676fd9..97700a07ff1 100644 --- a/libjava/java/io/PipedInputStream.java +++ b/libjava/java/io/PipedInputStream.java @@ -35,12 +35,12 @@ this exception to your version of the library, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version. */ +package java.io; + // NOTE: This implementation is very similar to that of PipedReader. If you // fix a bug in here, chances are you should make a similar change to the // PipedReader code. -package java.io; - /** * An input stream that reads its bytes from an output stream * to which it is connected. -- cgit v1.2.3