Avoid HTML entities.
This commit is contained in:
Gilles 2015-12-27 00:26:22 +01:00
parent a7294ccd79
commit 763dfdfe89

View File

@ -265,7 +265,7 @@ public final class CombinatoricsUtils {
* <p> * <p>
* <Strong>Preconditions</strong>: * <Strong>Preconditions</strong>:
* <ul> * <ul>
* <li> {@code n &ge; 0} (otherwise * <li> {@code n >= 0} (otherwise
* {@code MathIllegalArgumentException} is thrown)</li> * {@code MathIllegalArgumentException} is thrown)</li>
* <li> The result is small enough to fit into a {@code long}. The * <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 * largest value of {@code n} for which {@code n!} does not exceed