You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2012/07/22 19:27:02 UTC

svn commit: r1364374 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java

Author: tn
Date: Sun Jul 22 17:27:02 2012
New Revision: 1364374

URL: http://svn.apache.org/viewvc?rev=1364374&view=rev
Log:
Removed unneeded import, fix id tag in header.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java?rev=1364374&r1=1364373&r2=1364374&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/Precision.java Sun Jul 22 17:27:02 2012
@@ -21,13 +21,12 @@ import java.math.BigDecimal;
 import org.apache.commons.math3.exception.MathArithmeticException;
 import org.apache.commons.math3.exception.MathIllegalArgumentException;
 import org.apache.commons.math3.exception.util.LocalizedFormats;
-import org.apache.commons.math3.util.FastMath;
 
 /**
  * Utilities for comparing numbers.
  *
  * @since 3.0
- * @version $Id$
+ * @version $Id: $
  */
 public class Precision {
     /**