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)

This commit is contained in:
meeh
2019-08-28 08:38:06 +00:00
parent ec0f8566b6
commit cff2ae3ac9
2 changed files with 2 additions and 2 deletions

View File

@ -822,7 +822,7 @@
use="true" use="true"
splitindex="true" splitindex="true"
failonerror="true" failonerror="true"
additionalparam="-notimestamp" additionalparam="-notimestamp ${javadoc.additionalparam}"
doctitle="I2P Javadocs for Release ${release.number} Build ${i2p.build.number}${build.extra}" doctitle="I2P Javadocs for Release ${release.number} Build ${i2p.build.number}${build.extra}"
windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}"> windowtitle="I2P Anonymous Network - Java Documentation - Version ${release.number}">
<group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:gnu.crypto.*:gnu.getopt:gnu.gettext:com.nettgryppa.security:org.apache.http.conn.ssl:org.apache.http.conn.util:org.apache.http.util:org.json.simple:org.json.simple.*:com.southernstorm.noise.crypto.x25519:com.southernstorm.noise.crypto.chacha20" /> <group title="Core SDK (i2p.jar)" packages="net.i2p:net.i2p.*:net.i2p.client:net.i2p.client.*:net.i2p.internal:net.i2p.internal.*:freenet.support.CPUInformation:gnu.crypto.*:gnu.getopt:gnu.gettext:com.nettgryppa.security:org.apache.http.conn.ssl:org.apache.http.conn.util:org.apache.http.util:org.json.simple:org.json.simple.*:com.southernstorm.noise.crypto.x25519:com.southernstorm.noise.crypto.chacha20" />

View File

@ -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]| &lt;= 2^24 for 0 &lt;= i &lt;= 9.
* *
* @return The field element. * @return The field element.
*/ */