You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/08/30 18:59:29 UTC

[1/2] [math] Variable can be "final".

Repository: commons-math
Updated Branches:
  refs/heads/master 9b3cce44e -> ad7d149bc


Variable can be "final".


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

Branch: refs/heads/master
Commit: 08cc26e70bf145aca293d55fce12aef835263f53
Parents: 9b3cce4
Author: Gilles <er...@apache.org>
Authored: Sun Aug 30 18:48:39 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Sun Aug 30 18:48:39 2015 +0200

----------------------------------------------------------------------
 .../apache/commons/math4/ml/neuralnet/twod/NeuronSquareMesh2D.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/08cc26e7/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 dd6cf6a..d3c233b 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
@@ -324,7 +324,7 @@ public class NeuronSquareMesh2D implements Serializable {
             }
         }
 
-        int rowOffset = 0;
+        final int rowOffset;
         switch (alongColDir) {
         case UP:
             rowOffset = -1;


[2/2] [math] Backport tracking.

Posted by er...@apache.org.
Backport tracking.


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

Branch: refs/heads/master
Commit: ad7d149bc9934b4653cf4d391ff72310c3d1761e
Parents: 08cc26e
Author: Gilles <er...@apache.org>
Authored: Sun Aug 30 18:58:55 2015 +0200
Committer: Gilles <er...@apache.org>
Committed: Sun Aug 30 18:58:55 2015 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/ad7d149b/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 1b22316..d8479ef 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description="">
-      <action dev="erans" type="add" issue="MATH-1263">
+      <action dev="erans" type="add" issue="MATH-1263"> <!-- backported to 3.6 -->
         Accessor (class "o.a.c.m.ml.neuralnet.twod.NeuronSquareMesh2D").
       </action>
       <action dev="erans" type="add" issue="MATH-1259"> <!-- backported to 3.6 -->