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/11/04 14:51:59 UTC

[math] Removed unused method.

Repository: commons-math
Updated Branches:
  refs/heads/master 8fdda846c -> 23a87ac13


Removed unused method.

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

Branch: refs/heads/master
Commit: 23a87ac1390c46992bf82898a38eecdfbe675bc1
Parents: 8fdda84
Author: Luc Maisonobe <lu...@apache.org>
Authored: Wed Nov 4 14:48:36 2015 +0100
Committer: Luc Maisonobe <lu...@apache.org>
Committed: Wed Nov 4 14:48:36 2015 +0100

----------------------------------------------------------------------
 .../java/org/apache/commons/math4/ml/neuralnet/MapUtils.java     | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/23a87ac1/src/main/java/org/apache/commons/math4/ml/neuralnet/MapUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/ml/neuralnet/MapUtils.java b/src/main/java/org/apache/commons/math4/ml/neuralnet/MapUtils.java
index fa04eb9..d097edd 100644
--- a/src/main/java/org/apache/commons/math4/ml/neuralnet/MapUtils.java
+++ b/src/main/java/org/apache/commons/math4/ml/neuralnet/MapUtils.java
@@ -323,9 +323,5 @@ public class MapUtils {
             return neuron;
         }
 
-        /** @return the value. */
-        public double getValue() {
-            return value;
-        }
     }
 }