From 5995e80885120bfd87751d3d7ed99bc8a0eac64f Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Wed, 4 Feb 2004 07:53:44 +0000 Subject: 2004-02-04 Michael Koch * java/util/zip/Deflater.java, java/util/zip/DeflaterOutputStream.java, java/util/zip/GZIPInputStream.java, java/util/zip/GZIPOutputStream.java: Merged class head with libgcj. --- java/util/zip/Deflater.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'java/util/zip/Deflater.java') diff --git a/java/util/zip/Deflater.java b/java/util/zip/Deflater.java index b58cc6da5..5ed0596da 100644 --- a/java/util/zip/Deflater.java +++ b/java/util/zip/Deflater.java @@ -1,5 +1,5 @@ -/* java.util.zip.Deflater - Copyright (C) 2001 Free Software Foundation, Inc. +/* Deflater.java - Compress a data stream + Copyright (C) 1999, 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -37,16 +37,16 @@ exception statement from your version. */ package java.util.zip; -/** +/** * This is the Deflater class. The deflater class compresses input * with the deflate algorithm described in RFC 1951. It has several * compression levels and three different strategies described below. - * + * * This class is not thread safe. This is inherent in the API, due * to the split of deflate and setInput. - * + * * @author Jochen Hoenicke - * @date Jan 5, 2000 + * @author Tom Tromey */ public class Deflater { -- cgit v1.2.1