From cff2ae3ac94ba65bd7059e39ce1610ed360a32fe Mon Sep 17 00:00:00 2001 From: meeh Date: Wed, 28 Aug 2019 08:38:06 +0000 Subject: [PATCH] Hotfix change to make 0.9.42 build on Mac OSX without disabling javadoc. (Since maven builds are built on OSX it's something that really should work fine) --- build.xml | 2 +- core/java/test/junit/net/i2p/crypto/eddsa/math/MathUtils.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. */