Skip to content

Commit 83a72bd

Browse files
committed
move base to next
1 parent e8533f8 commit 83a72bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/controller/ControllerResourceEventSource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ControllerResourceEventSource(Controller<T> controller) {
4343
this.controller = controller;
4444

4545
final var config = controller.getConfiguration();
46-
OnUpdateFilter<T> internalOnUpdateFilter =
46+
OnUpdateFilter internalOnUpdateFilter =
4747
(OnUpdateFilter<T>) onUpdateFinalizerNeededAndApplied(controller.useFinalizer(),
4848
config.getFinalizerName())
4949
.or(onUpdateGenerationAware(config.isGenerationAware()))

0 commit comments

Comments
 (0)