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/05/30 00:26:44 UTC

svn commit: r1344032 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java

Author: tn
Date: Tue May 29 22:26:43 2012
New Revision: 1344032

URL: http://svn.apache.org/viewvc?rev=1344032&view=rev
Log:
Removed unnecessary import.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java?rev=1344032&r1=1344031&r2=1344032&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/SchurTransformer.java Tue May 29 22:26:43 2012
@@ -18,7 +18,6 @@
 package org.apache.commons.math3.linear;
 
 import org.apache.commons.math3.exception.MaxCountExceededException;
-import org.apache.commons.math3.exception.TooManyEvaluationsException;
 import org.apache.commons.math3.exception.util.LocalizedFormats;
 import org.apache.commons.math3.util.FastMath;
 import org.apache.commons.math3.util.Precision;