From 2600825ee1369357da1315e92f9bca3fe69b9f0e Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 5 Oct 2001 15:21:35 +0000 Subject: Adler32.java: Merge with Classpath * java/util/zip/Adler32.java: Merge with Classpath * java/util/zip/CRC32.java: Ditto * java/util/zip/Checksum.java: Ditto * java/util/zip/DataFormatException.java: Ditto * java/util/zip/ZipException.java: Ditto From-SVN: r46035 --- libjava/java/util/zip/DataFormatException.java | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'libjava/java/util/zip/DataFormatException.java') diff --git a/libjava/java/util/zip/DataFormatException.java b/libjava/java/util/zip/DataFormatException.java index eae4a2a89ed..b1c044e814b 100644 --- a/libjava/java/util/zip/DataFormatException.java +++ b/libjava/java/util/zip/DataFormatException.java @@ -1,5 +1,5 @@ /* DataformatException.java - Exception thrown when compressed data is corrupt - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -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 @@ -26,17 +26,16 @@ executable file might be covered by the GNU General Public License. */ package java.util.zip; -/** - * @author Tom Tromey - * @date May 17, 1999 - */ - /* Written using on-line Java Platform 1.2 API Specification. * Believed complete and correct. */ /** * Exception thrown when compressed data is corrupt. + * + * @author Tom Tromey + * @author John Leuner + * @since JDK 1.1 */ public class DataFormatException extends Exception { -- cgit v1.2.3