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:
parent
a7812c0b00
commit
a0e16076a2
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
|
||||||
|
|
||||||
* java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now
|
* java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now
|
||||||
|
|
|
@ -81,7 +81,7 @@ package java.util.zip;
|
||||||
* @since JDK 1.1
|
* @since JDK 1.1
|
||||||
*
|
*
|
||||||
* @see InflaterInputStream
|
* @see InflaterInputStream
|
||||||
* @see InflaterOutputStream
|
* @see DeflaterOutputStream
|
||||||
*/
|
*/
|
||||||
public class Adler32 implements Checksum
|
public class Adler32 implements Checksum
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue