This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git


The following commit(s) were added to refs/heads/master by this push:
     new e3be4b9d Self-closing elements are not allowed on Java 11
e3be4b9d is described below

commit e3be4b9d9eee8520e556677d66f0ff9b366cefcc
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 22 13:39:02 2025 -0500

    Self-closing elements are not allowed on Java 11
---
 src/main/javadoc/overview.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/javadoc/overview.html b/src/main/javadoc/overview.html
index cad415db..ccb716d8 100644
--- a/src/main/javadoc/overview.html
+++ b/src/main/javadoc/overview.html
@@ -99,7 +99,7 @@
                                        
href="https://en.wikipedia.org/wiki/Key_derivation_function";>key
                                                derivation function</a>, and 
can be used as the basis for a <a
                                        
href="https://en.wikipedia.org/wiki/Cryptographically-secure_pseudorandom_number_generator";>
-                                               cryptographically-secure 
pseudorandom number generator</a>. <br /> <strong>WARNING:</strong>
+                                               cryptographically-secure 
pseudorandom number generator</a>.  <strong>WARNING:</strong>
                                        Blake3 is <em>not</em> a password 
hashing algorithm! An algorithm
                                        such as <a 
href="https://github.com/P-H-C/phc-winner-argon2";>Argon2</a>
                                        is more appropriate for password 
hashing.
@@ -127,7 +127,7 @@
                                </td>
                                <td>Simplifies common <a
                                        
href="https://docs.oracle.com/javase/6/docs/api/javax/crypto/Mac.html";>Mac</a>
-                                       tasks. <br /> <strong>Note:</strong> 
Not all JCE implementations
+                                       tasks.  <strong>Note:</strong> Not all 
JCE implementations
                                        support all algorithms. If not 
supported, an
                                        IllegalArgumentException is thrown.
                                </td>

Reply via email to