diff options
Diffstat (limited to 'libjava/java/io/PipedInputStream.java')
-rw-r--r-- | libjava/java/io/PipedInputStream.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/io/PipedInputStream.java b/libjava/java/io/PipedInputStream.java index 91fca67..97700a0 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. |