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

@ -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.
*/