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/02/20 08:41:24 UTC

systemml git commit: [HOTFIX] Fix minor java doc issue (breaking distribution build)

Repository: systemml
Updated Branches:
  refs/heads/master 7b1f86999 -> 92034e64f


[HOTFIX] Fix minor java doc issue (breaking distribution build)

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

Branch: refs/heads/master
Commit: 92034e64fdcab668c757aaa6cce74ab24fcb86c7
Parents: 7b1f869
Author: Matthias Boehm <mb...@gmail.com>
Authored: Tue Feb 20 00:41:29 2018 -0800
Committer: Matthias Boehm <mb...@gmail.com>
Committed: Tue Feb 20 00:41:29 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/systemml/blob/92034e64/src/main/java/org/apache/sysml/udf/PackageFunction.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/sysml/udf/PackageFunction.java b/src/main/java/org/apache/sysml/udf/PackageFunction.java
index 6cdab21..408900c 100644
--- a/src/main/java/org/apache/sysml/udf/PackageFunction.java
+++ b/src/main/java/org/apache/sysml/udf/PackageFunction.java
@@ -164,7 +164,7 @@ public abstract class PackageFunction implements Serializable
 	 * Method that will be executed to perform this function. The default
 	 * implementation simply forwards this call to execute.
 	 * 
-	 * @param execution context with access to the program
+	 * @param ec execution context with access to the program
 	 *    e.g., for access to other dml-bodied or external functions.
 	 */
 	public void execute(ExecutionContext ec) {