Skip to content

Commit e3be4b9

Browse files
committed
Self-closing elements are not allowed on Java 11
1 parent 61ed11c commit e3be4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/javadoc/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ <h1>Digest Encoders</h1>
9999
href="https://en.wikipedia.org/wiki/Key_derivation_function">key
100100
derivation function</a>, and can be used as the basis for a <a
101101
href="https://en.wikipedia.org/wiki/Cryptographically-secure_pseudorandom_number_generator">
102-
cryptographically-secure pseudorandom number generator</a>. <br /> <strong>WARNING:</strong>
102+
cryptographically-secure pseudorandom number generator</a>. <strong>WARNING:</strong>
103103
Blake3 is <em>not</em> a password hashing algorithm! An algorithm
104104
such as <a href="https://github.com/P-H-C/phc-winner-argon2">Argon2</a>
105105
is more appropriate for password hashing.
@@ -127,7 +127,7 @@ <h1>Digest Encoders</h1>
127127
</td>
128128
<td>Simplifies common <a
129129
href="https://docs.oracle.com/javase/6/docs/api/javax/crypto/Mac.html">Mac</a>
130-
tasks. <br /> <strong>Note:</strong> Not all JCE implementations
130+
tasks. <strong>Note:</strong> Not all JCE implementations
131131
support all algorithms. If not supported, an
132132
IllegalArgumentException is thrown.
133133
</td>

0 commit comments

Comments
 (0)