Merge branch 'feature-MATH-1339' into develop Fixes the following issue (see JIRA): MATH-1339
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/73952558 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/73952558 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/73952558 Branch: refs/heads/develop Commit: 73952558a19baa5cfb71094272b1c1420136d768 Parents: 78ebedb 55fd738 Author: Gilles <er...@apache.org> Authored: Fri Apr 22 00:16:35 2016 +0200 Committer: Gilles <er...@apache.org> Committed: Fri Apr 22 00:16:35 2016 +0200 ---------------------------------------------------------------------- .../org/apache/commons/math4/util/MathArrays.java | 6 ++---- .../apache/commons/math4/util/MathArraysTest.java | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/73952558/src/main/java/org/apache/commons/math4/util/MathArrays.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/73952558/src/test/java/org/apache/commons/math4/util/MathArraysTest.java ----------------------------------------------------------------------