Skip to content

Commit 6980a7f

Browse files
blsemorick-r3
authored andcommitted
Fix javadoc generation so that packaging works
1 parent 4ad896e commit 6980a7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<charset>UTF-8</charset>
102102
<docencoding>UTF-8</docencoding>
103103
<encoding>UTF-8</encoding>
104+
<additionalparam>--allow-script-in-comments</additionalparam>
104105
<header>&lt;script type='text/x-mathjax-config'&gt;
105106
MathJax.Hub.Config({
106107
tex2jax: {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ public String getFormat() {
8282
* This implements the following specs:
8383
*<ul><li>
8484
* General encoding: https://tools.ietf.org/html/draft-ietf-curdle-pkix-04
85-
*</li></li>
85+
*</li><li>
8686
* Key encoding: https://tools.ietf.org/html/rfc8032
8787
*</li></ul>
88-
*</p><p>
88+
*<p>
8989
* This encodes the seed. It will return null if constructed from
9090
* a spec which was directly constructed from H, in which case seed is null.
9191
*</p><p>

0 commit comments

Comments
 (0)