diff --git a/build.xml b/build.xml index 5fb4d88b8..7986fb74d 100644 --- a/build.xml +++ b/build.xml @@ -822,7 +822,7 @@ use="true" splitindex="true" failonerror="true" - additionalparam="-notimestamp" + additionalparam="-notimestamp ${javadoc.additionalparam}" doctitle="I2P Javadocs for Release ${release.number} Build ${i2p.build.number}${build.extra}" windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}"> diff --git a/core/java/test/junit/net/i2p/crypto/eddsa/math/MathUtils.java b/core/java/test/junit/net/i2p/crypto/eddsa/math/MathUtils.java index 3e75952e7..198debcb9 100644 --- a/core/java/test/junit/net/i2p/crypto/eddsa/math/MathUtils.java +++ b/core/java/test/junit/net/i2p/crypto/eddsa/math/MathUtils.java @@ -168,7 +168,7 @@ public class MathUtils { } /** - * Gets a random field element where |t[i]| <= 2^24 for 0 <= i <= 9. + * Gets a random field element where |t[i]| <= 2^24 for 0 <= i <= 9. * * @return The field element. */