< prev index next >

jdk/src/java.base/share/classes/java/util/zip/CRC32C.java

Print this page

        

@@ -42,11 +42,11 @@
  * <p>
  * Passing a {@code null} argument to a method in this class will cause a
  * {@link NullPointerException} to be thrown.
  * </p>
  *
- * @since 1.9
+ * @since 9
  */
 public final class CRC32C implements Checksum {
 
     /*
      * This CRC-32C implementation uses the 'slicing-by-8' algorithm described
< prev index next >