Repository: commons-math Updated Branches: refs/heads/master 18a027b1f -> 82b84c0fe
Missing 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/82b84c0f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/82b84c0f Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/82b84c0f Branch: refs/heads/master Commit: 82b84c0fe9054198099752a66575cec0c47524c8 Parents: 18a027b Author: Gilles <er...@apache.org> Authored: Fri Sep 4 16:30:40 2015 +0200 Committer: Gilles <er...@apache.org> Committed: Fri Sep 4 16:30:40 2015 +0200 ---------------------------------------------------------------------- .../apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/82b84c0f/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java index 17c7a26..87fbe44 100644 --- a/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java +++ b/src/main/java/org/apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java @@ -19,6 +19,7 @@ package org.apache.commons.math4.ml.neuralnet.twod; import java.util.List; import java.util.ArrayList; +import java.util.Iterator; import java.io.Serializable; import java.io.ObjectInputStream;