Skip to content

Commit 5fe700a

Browse files
committed
CODEC-213 not yet in Java 9
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744599 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7b6bf45 commit 5fe700a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/codec/digest/MessageDigestAlgorithms.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class MessageDigestAlgorithms {
9191
/**
9292
* The SHA3-224 hash algorithm defined in the FIPS PUB 202.
9393
* <p>
94-
* Present in Oracle Java 9.
94+
* Likely to be included in Oracle Java 9 GA.
9595
* </p>
9696
*
9797
* @since 1.11
@@ -101,7 +101,7 @@ public class MessageDigestAlgorithms {
101101
/**
102102
* The SHA3-256 hash algorithm defined in the FIPS PUB 202.
103103
* <p>
104-
* Present in Oracle Java 9.
104+
* Likely to be included in Oracle Java 9 GA.
105105
* </p>
106106
*
107107
* @since 1.11
@@ -111,7 +111,7 @@ public class MessageDigestAlgorithms {
111111
/**
112112
* The SHA3-384 hash algorithm defined in the FIPS PUB 202.
113113
* <p>
114-
* Present in Oracle Java 9.
114+
* Likely to be included in Oracle Java 9 GA.
115115
* </p>
116116
*
117117
* @since 1.11
@@ -121,7 +121,7 @@ public class MessageDigestAlgorithms {
121121
/**
122122
* The SHA3-512 hash algorithm defined in the FIPS PUB 202.
123123
* <p>
124-
* Present in Oracle Java 9.
124+
* Likely to be included in Oracle Java 9 GA.
125125
* </p>
126126
*
127127
* @since 1.11

0 commit comments

Comments
 (0)