You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2011/06/15 19:26:57 UTC

svn commit: r1136127 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java

Author: psteitz
Date: Wed Jun 15 17:26:57 2011
New Revision: 1136127

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

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java?rev=1136127&r1=1136126&r2=1136127&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/genetics/RandomKey.java Wed Jun 15 17:26:57 2011
@@ -21,7 +21,6 @@ import java.util.Arrays;
 import java.util.Collections;
 import java.util.Comparator;
 import java.util.List;
-import org.apache.commons.math.exception.OutOfRangeException;
 import org.apache.commons.math.exception.util.LocalizedFormats;
 
 /**