This is an automated email from the ASF dual-hosted git repository.
mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new 08875cbb34 [MINOR] Fix javadoc issue in fed planner memo table
08875cbb34 is described below
commit 08875cbb34292e2f08cd6024f826e3ac12c36a10
Author: Matthias Boehm <[email protected]>
AuthorDate: Thu Nov 21 09:58:53 2024 +0100
[MINOR] Fix javadoc issue in fed planner memo table
---
src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java
b/src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java
index 8fce06b33e..f11b17b984 100644
--- a/src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java
+++ b/src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java
@@ -86,7 +86,7 @@ public class MemoTable {
*
* @param hop The Hop object.
* @param fType The associated FType.
- * @param newFedPlanList The list of FedPlans to add.
+ * @param fedPlanList The list of FedPlans to add.
*/
public void addFedPlanList(Hop hop, FType fType, List<FedPlan>
fedPlanList) {
if (contains(hop, fType)) {