Skip to content

Commit 9224b80

Browse files
committed
Fix javadoc generation
1 parent 6980a7f commit 9224b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/net/i2p/crypto/eddsa/EdDSAPublicKey.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ public String getFormat() {
7878
* This implements the following specs:
7979
*<ul><li>
8080
* General encoding: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04
81-
*</li></li>
81+
*</li><li>
8282
* Key encoding: https://tools.ietf.org/html/rfc8032
8383
*</li></ul>
84-
*</p><p>
84+
*<p>
8585
* For keys in older formats, decoding and then re-encoding is sufficient to
8686
* migrate them to the canonical encoding.
8787
*</p>

0 commit comments

Comments
 (0)