You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by mb...@apache.org on 2018/05/12 00:37:20 UTC

systemml git commit: [HOTFIX] Fix javadoc recent JMLC API extensions

Repository: systemml
Updated Branches:
  refs/heads/master c250adab3 -> f6b8b74a2


[HOTFIX] Fix javadoc recent JMLC API extensions

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

Branch: refs/heads/master
Commit: f6b8b74a2305facc7fc34766be5ae50248428eb7
Parents: c250ada
Author: Matthias Boehm <mb...@gmail.com>
Authored: Fri May 11 17:38:38 2018 -0700
Committer: Matthias Boehm <mb...@gmail.com>
Committed: Fri May 11 17:38:38 2018 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/sysml/api/jmlc/Connection.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/f6b8b74a/src/main/java/org/apache/sysml/api/jmlc/Connection.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/api/jmlc/Connection.java b/src/main/java/org/apache/sysml/api/jmlc/Connection.java
index 7eb262f..32655fb 100644
--- a/src/main/java/org/apache/sysml/api/jmlc/Connection.java
+++ b/src/main/java/org/apache/sysml/api/jmlc/Connection.java
@@ -222,7 +222,7 @@ public class Connection implements Closeable
 	 * Prepares (precompiles) a script, sets input parameter values, and registers input and output variables.
 	 * 
 	 * @param script string representing of the DML or PyDML script
-	 * @param nsscript map (name, script) of the DML or PyDML namespace scripts
+	 * @param nsscripts map (name, script) of the DML or PyDML namespace scripts
 	 * @param args map of input parameters ($) and their values
 	 * @param inputs string array of input variables to register
 	 * @param outputs string array of output variables to register