Skip to content

Commit 1daf930

Browse files
committed
fix
1 parent 88b830e commit 1daf930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class ControllerResourceEventSource<T extends HasMetadata>
3737
private final Controller<T> controller;
3838
private final ResourceEventFilter<T> legacyFilters;
3939

40-
@SuppressWarnings("unchecked")
40+
@SuppressWarnings({"unchecked", "rawtypes"})
4141
public ControllerResourceEventSource(Controller<T> controller) {
4242
super(controller.getCRClient(), controller.getConfiguration());
4343
this.controller = controller;

0 commit comments

Comments
 (0)