Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 50357c4

Browse files
avoiding the not valid usage of self-closing element<br/> javadoc
1 parent a93cc24 commit 50357c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/venafi/vcert/sdk/connectors/cloud/SealedBoxUtility.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
* The following utility is based on the SealBoxUtility code shared in the stackoverflow question
1717
* <a href="https://stackoverflow.com/questions/42456624/how-can-i-create-or-open-a-libsodium-compatible-sealed-box-in-pure-java">
1818
* How can I create or open a libsodium compatible sealed box in pure Java</a>.
19-
* <br/>
19+
* <br></br>
2020
* The main difference is on this version is being used the <a href="https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/digests/Blake2bDigest.java">
2121
* org.bouncycastle.crypto.digests.Blake2bDigest</a> from <a href="https://github.com/bcgit/bc-java">The Bouncy Castle Crypto Package For Java</a>
2222
* instead of <a href="https://github.com/alphazero/Blake2b">Blake2b</a> to get the Blake2b hash.
23-
* <br/><br/>
23+
* <br></br>
2424
*
2525
* Has also a dependency on TweetNaclFast from <a href="https://github.com/InstantWebP2P/tweetnacl-java">https://github.com/InstantWebP2P/tweetnacl-java</a>.
2626
*

0 commit comments

Comments
 (0)