Repository: commons-math Updated Branches: refs/heads/master a7294ccd7 -> 763dfdfe8
Javadoc. Avoid HTML entities. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/763dfdfe Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/763dfdfe Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/763dfdfe Branch: refs/heads/master Commit: 763dfdfe8934b4ee9e6be9e6103e1c0437192754 Parents: a7294cc Author: Gilles <er...@apache.org> Authored: Sun Dec 27 00:26:22 2015 +0100 Committer: Gilles <er...@apache.org> Committed: Sun Dec 27 00:26:22 2015 +0100 ---------------------------------------------------------------------- .../java/org/apache/commons/math4/util/CombinatoricsUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/763dfdfe/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java b/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java index 33ad255..08a9829 100644 --- a/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java +++ b/src/main/java/org/apache/commons/math4/util/CombinatoricsUtils.java @@ -265,7 +265,7 @@ public final class CombinatoricsUtils { * <p> * <Strong>Preconditions</strong>: * <ul> - * <li> {@code n ≥ 0} (otherwise + * <li> {@code n >= 0} (otherwise * {@code MathIllegalArgumentException} is thrown)</li> * <li> The result is small enough to fit into a {@code long}. The * largest value of {@code n} for which {@code n!} does not exceed