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 2015/12/25 17:23:39 UTC

[04/10] [math] Unused import.

Unused import.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/4ed1d037
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/4ed1d037
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/4ed1d037

Branch: refs/heads/MATH_3_X
Commit: 4ed1d0375b46a4b82ac8f340eb0455c965c2c48a
Parents: 370fd53
Author: Luc Maisonobe <lu...@apache.org>
Authored: Fri Dec 25 15:27:41 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Fri Dec 25 15:27:41 2015 +0100

----------------------------------------------------------------------
 .../commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/4ed1d037/src/test/java/org/apache/commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java b/src/test/java/org/apache/commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java
index dcadc47..2ef53e4 100644
--- a/src/test/java/org/apache/commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java
+++ b/src/test/java/org/apache/commons/math3/ml/neuralnet/twod/util/LocationFinderTest.java
@@ -17,7 +17,6 @@
 
 package org.apache.commons.math3.ml.neuralnet.twod.util;
 
-import org.apache.commons.math3.ml.neuralnet.Neuron;
 import org.apache.commons.math3.ml.neuralnet.Network;
 import org.apache.commons.math3.ml.neuralnet.FeatureInitializer;
 import org.apache.commons.math3.ml.neuralnet.FeatureInitializerFactory;