Skip to content

Commit 1ec9c16

Browse files
belieferMyasuka
authored andcommitted
[hotfix] Remove unnecessary StateBackend
1 parent fc1aeb2 commit 1ec9c16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

flink-state-backends/flink-statebackend-changelog/src/main/java/org/apache/flink/state/changelog/AbstractChangelogStateBackend.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@
4444
import java.util.stream.Collectors;
4545

4646
/**
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.
4949
*/
5050
@Internal
51-
public abstract class AbstractChangelogStateBackend
52-
implements DelegatingStateBackend, StateBackend {
51+
public abstract class AbstractChangelogStateBackend implements DelegatingStateBackend {
5352

5453
private static final long serialVersionUID = 1000L;
5554

0 commit comments

Comments
 (0)