You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Steve Downey <st...@netfolio.com> on 2002/09/28 05:12:54 UTC

[lang] NumberUtils javadoc patch

Slight misordering in double comparison

--- NumberUtils.java    15 Sep 2002 10:26:42 -0000      1.2
+++ NumberUtils.java    28 Sep 2002 03:11:33 -0000
@@ -491,8 +491,8 @@
      * <li>Normal positve numbers
      * <li>+0.0
      * <li>-0.0
-     * <li>Minimum double (-Double.MAX_VALUE)
      * <li>Normal negative numbers
+     * <li>Minimum double (-Double.MAX_VALUE)
      * <li>Negative infinity
      * </ul>
      * Comparing NaN with NaN will return 0.