Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f6cb762

Browse files
committedJun 13, 2023
fix
1 parent 1daf930 commit f6cb762

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/DefaultResourceConfiguration.java

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public Optional<OnUpdateFilter<? super R>> onUpdateFilter() {
6767
return Optional.ofNullable(onUpdateFilter);
6868
}
6969

70+
@Override
7071
public Optional<GenericFilter<? super R>> genericFilter() {
7172
return Optional.ofNullable(genericFilter);
7273
}

0 commit comments

Comments
 (0)
Please sign in to comment.