Skip to content

Commit

Permalink
[FLINK-31878][connectors] Fix the wrong name of PauseOrResumeSplitsTa…
Browse files Browse the repository at this point in the history
…sk#toString
  • Loading branch information
TanYuxin-tyx authored and reswqa committed Apr 21, 2023
1 parent 52bf14b commit 0104427
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public void wakeUp() {}

@Override
public String toString() {
return "AlignmentTask{"
return "PauseOrResumeSplitsTask{"
+ "splitsToResume="
+ splitsToResume
+ ", splitsToPause="
Expand Down

0 comments on commit 0104427

Please sign in to comment.