Repository: systemml Updated Branches: refs/heads/master f5d97c551 -> 767477aee
[HOTFIX] Fix minor javadoc issue (removed method parameter) Project: http://git-wip-us.apache.org/repos/asf/systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/767477ae Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/767477ae Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/767477ae Branch: refs/heads/master Commit: 767477aee30d376ffac4d07e9333826df1789e0a Parents: f5d97c5 Author: Matthias Boehm <[email protected]> Authored: Tue Apr 17 00:50:14 2018 -0700 Committer: Matthias Boehm <[email protected]> Committed: Tue Apr 17 00:50:14 2018 -0700 ---------------------------------------------------------------------- .../java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/systemml/blob/767477ae/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java index 78b730c..ad4055b 100644 --- a/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java +++ b/src/main/java/org/apache/sysml/runtime/matrix/data/LibMatrixReorg.java @@ -457,7 +457,6 @@ public class LibMatrixReorg * * @param in indexed matrix value * @param mcIn input matrix characteristics - * @param out list of indexed matrix values * @param mcOut output matrix characteristics * @param rowwise if true, reshape by row * @param outputEmptyBlocks output blocks with nnz=0
