Removed unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1179950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
13943e731b
commit
487eaeecfc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue