You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/16 00:44:54 UTC

svn commit: r1833626 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

Author: ggregory
Date: Sat Jun 16 00:44:54 2018
New Revision: 1833626

URL: http://svn.apache.org/viewvc?rev=1833626&view=rev
Log:
Now that Java 9 and 10 are out, update the Javadoc.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java?rev=1833626&r1=1833625&r2=1833626&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java Sat Jun 16 00:44:54 2018
@@ -91,7 +91,7 @@ public class MessageDigestAlgorithms {
     /**
      * The SHA3-224 hash algorithm defined in the FIPS PUB 202.
      * <p>
-     * Likely to be included in Oracle Java 9 GA.
+     * Included starting in Oracle Java 9 GA.
      * </p>
      *
      * @since 1.11
@@ -101,7 +101,7 @@ public class MessageDigestAlgorithms {
     /**
      * The SHA3-256 hash algorithm defined in the FIPS PUB 202.
      * <p>
-     * Likely to be included in Oracle Java 9 GA.
+     * Included starting in Oracle Java 9 GA.
      * </p>
      *
      * @since 1.11
@@ -111,7 +111,7 @@ public class MessageDigestAlgorithms {
     /**
      * The SHA3-384 hash algorithm defined in the FIPS PUB 202.
      * <p>
-     * Likely to be included in Oracle Java 9 GA.
+     * Included starting in Oracle Java 9 GA.
      * </p>
      *
      * @since 1.11
@@ -121,7 +121,7 @@ public class MessageDigestAlgorithms {
     /**
      * The SHA3-512 hash algorithm defined in the FIPS PUB 202.
      * <p>
-     * Likely to be included in Oracle Java 9 GA.
+     * Included starting in Oracle Java 9 GA.
      * </p>
      *
      * @since 1.11