Name: skT88420 Date: 07/08/99
The Javadoc comment for the Adler32 constructor says
"Creates a new Adler32 class.", which is incorrect - it creates
a new object, not a new class.
The Javadoc comment for the CRC32 constructor says
"Creates a new Adler32 class." which is incorrect in two ways -
first it creates an object, not a class, and second, it creates
a CRC32 object, not an Adler32 object.
(Review ID: 85336)
======================================================================