diff options
| author | Michael Koch <konqueror@gmx.de> | 2003-05-21 12:20:58 +0000 |
|---|---|---|
| committer | Michael Koch <konqueror@gmx.de> | 2003-05-21 12:20:58 +0000 |
| commit | 40a2c1d1871213ecf09d07948637bfdffa86bf7b (patch) | |
| tree | aca9c9f92e502bbdcf1752aa8c6ba1dc54be792d /java/util/zip/GZIPOutputStream.java | |
| parent | 816f3dca460fb5f542a27046ebbdf233b628885a (diff) | |
| download | classpath-40a2c1d1871213ecf09d07948637bfdffa86bf7b.tar.gz | |
2003-05-21 Michael Koch <konqueror@gmx.de>
* java/util/zip/DeflaterOutputStream.java,
java/util/zip/GZIPInputStream.java,
java/util/zip/GZIPOutputStream.java:
Reformatted.
Diffstat (limited to 'java/util/zip/GZIPOutputStream.java')
| -rw-r--r-- | java/util/zip/GZIPOutputStream.java | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/java/util/zip/GZIPOutputStream.java b/java/util/zip/GZIPOutputStream.java index 7cbe3908a..574522db6 100644 --- a/java/util/zip/GZIPOutputStream.java +++ b/java/util/zip/GZIPOutputStream.java @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -37,9 +37,8 @@ exception statement from your version. */ package java.util.zip; -import java.io.OutputStream; import java.io.IOException; - +import java.io.OutputStream; /** * This filter stream is used to compress a stream into a "GZIP" stream. @@ -50,8 +49,7 @@ import java.io.IOException; */ -public class GZIPOutputStream - extends DeflaterOutputStream +public class GZIPOutputStream extends DeflaterOutputStream { //Variables |
