You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/AbstractChangelogStateBackend.java
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,11 @@
44
44
importjava.util.stream.Collectors;
45
45
46
46
/**
47
-
* An abstract base implementation of the {@link StateBackend} interface whose subclasses use
48
-
* delegatedStateBackend and State changes to restore.
47
+
* An abstract base implementation of the {@link DelegatingStateBackend} interface whose subclasses
48
+
* use delegatedStateBackend and State changes to restore.
0 commit comments