Author: sebb
Date: Thu May 19 15:43:48 2016
New Revision: 1744599

URL: http://svn.apache.org/viewvc?rev=1744599&view=rev
Log:
CODEC-213 not yet in Java 9

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=1744599&r1=1744598&r2=1744599&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
 Thu May 19 15:43:48 2016
@@ -91,7 +91,7 @@ public class MessageDigestAlgorithms {
     /**
      * The SHA3-224 hash algorithm defined in the FIPS PUB 202.
      * <p>
-     * Present in Oracle Java 9.
+     * Likely to be included 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>
-     * Present in Oracle Java 9.
+     * Likely to be included 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>
-     * Present in Oracle Java 9.
+     * Likely to be included 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>
-     * Present in Oracle Java 9.
+     * Likely to be included in Oracle Java 9 GA.
      * </p>
      * 
      * @since 1.11


Reply via email to