diff options
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 |
