Author: psteitz
Date: Sat Jan 17 09:08:10 2009
New Revision: 735312
URL: http://svn.apache.org/viewvc?rev=735312&view=rev
Log:
javadoc formatting only.
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
Modified:
commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java?rev=735312&r1=735311&r2=735312&view=diff
==============================================================================
---
commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
(original)
+++
commons/proper/math/trunk/src/java/org/apache/commons/math/util/MathUtils.java
Sat Jan 17 09:08:10 2009
@@ -155,8 +155,7 @@
* <li> The result is small enough to fit into a <code>long</code>. The
* largest value of <code>n</code> for which all coefficients are
* <code> < Long.MAX_VALUE</code> is 66. If the computed value exceeds
- * <code>Long.MAX_VALUE</code> an <code>ArithMeticException
- * </code> is
+ * <code>Long.MAX_VALUE</code> an <code>ArithMeticException</code> is
* thrown.</li>
* </ul></p>
*