From 40a2c1d1871213ecf09d07948637bfdffa86bf7b Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 21 May 2003 12:20:58 +0000 Subject: 2003-05-21 Michael Koch * java/util/zip/DeflaterOutputStream.java, java/util/zip/GZIPInputStream.java, java/util/zip/GZIPOutputStream.java: Reformatted. --- java/util/zip/GZIPOutputStream.java | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'java/util/zip/GZIPOutputStream.java') 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 -- cgit v1.2.1