Adler32.java: Use correct class name.

* java/util/zip/Adler32.java: Use correct class name.  (Re-merge
	from Classpath.)

From-SVN: r46561
This commit is contained in:
Tom Tromey 2001-10-26 22:01:03 +00:00 committed by Tom Tromey
parent a7812c0b00
commit a0e16076a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-10-26 Tom Tromey <tromey@redhat.com>
* java/util/zip/Adler32.java: Use correct class name. (Re-merge
from Classpath.)
2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now

View File

@ -81,7 +81,7 @@ package java.util.zip;
* @since JDK 1.1
*
* @see InflaterInputStream
* @see InflaterOutputStream
* @see DeflaterOutputStream
*/
public class Adler32 implements Checksum
{