You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2011/10/07 09:32:54 UTC

svn commit: r1179950 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java

Author: luc
Date: Fri Oct  7 07:32:54 2011
New Revision: 1179950

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

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

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java?rev=1179950&r1=1179949&r2=1179950&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/OpenIntToDoubleHashMap.java Fri Oct  7 07:32:54 2011
@@ -23,8 +23,6 @@ import java.io.Serializable;
 import java.util.ConcurrentModificationException;
 import java.util.NoSuchElementException;
 
-import org.apache.commons.math.exception.util.LocalizedFormats;
-
 /**
  * Open addressed map from int to double.
  * <p>This class provides a dedicated map from integers to doubles with a