< prev index next >

src/java.base/share/classes/java/util/zip/CRC32.java

Print this page

        

@@ -36,10 +36,11 @@
  *
  * <p> Passing a {@code null} argument to a method in this class will cause
  * a {@link NullPointerException} to be thrown.</p>
  *
  * @author      David Connelly
+ * @since 1.1
  */
 public
 class CRC32 implements Checksum {
     private int crc;
 
< prev index next >