jdk/src/java.base/share/classes/java/util/zip/CRC32.java
changeset 45434 4582657c7260
parent 32649 2ee9017c7597
child 45924 8bbd04c0791e
equal deleted inserted replaced
45433:01ecdcf197df 45434:4582657c7260
    36  *
    36  *
    37  * <p> Passing a {@code null} argument to a method in this class will cause
    37  * <p> Passing a {@code null} argument to a method in this class will cause
    38  * a {@link NullPointerException} to be thrown.</p>
    38  * a {@link NullPointerException} to be thrown.</p>
    39  *
    39  *
    40  * @author      David Connelly
    40  * @author      David Connelly
       
    41  * @since 1.1
    41  */
    42  */
    42 public
    43 public
    43 class CRC32 implements Checksum {
    44 class CRC32 implements Checksum {
    44     private int crc;
    45     private int crc;
    45 
    46