From d326b9e467117f8d18f08aeeb2589b059ba66af6 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 17 Jan 2009 17:08:10 +0000 Subject: [PATCH] javadoc formatting only. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@735312 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/util/MathUtils.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/java/org/apache/commons/math/util/MathUtils.java b/src/java/org/apache/commons/math/util/MathUtils.java index df714052f..50ed22a6a 100644 --- a/src/java/org/apache/commons/math/util/MathUtils.java +++ b/src/java/org/apache/commons/math/util/MathUtils.java @@ -155,8 +155,7 @@ public final class MathUtils { *
  • The result is small enough to fit into a long. The * largest value of n for which all coefficients are * < Long.MAX_VALUE is 66. If the computed value exceeds - * Long.MAX_VALUE an ArithMeticException - * is + * Long.MAX_VALUE an ArithMeticException is * thrown.
  • *

    *