Skip to content

Commit 08875cb

Browse files
committed
[MINOR] Fix javadoc issue in fed planner memo table
1 parent 0bca047 commit 08875cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/sysds/hops/fedplanner/MemoTable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void addFedPlan(Hop hop, FType fType, FedPlan fedPlan) {
8686
*
8787
* @param hop The Hop object.
8888
* @param fType The associated FType.
89-
* @param newFedPlanList The list of FedPlans to add.
89+
* @param fedPlanList The list of FedPlans to add.
9090
*/
9191
public void addFedPlanList(Hop hop, FType fType, List<FedPlan> fedPlanList) {
9292
if (contains(hop, fType)) {

0 commit comments

Comments
 (0)