Skip to content

Commit 6ab8cdc

Browse files
committed
fix: reconciler sample missing generics
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent 6020926 commit 6ab8cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primaryindexer/DependentPrimaryIndexerTestReconciler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class DependentPrimaryIndexerTestReconciler extends AbstractPrimaryIndexe
3030
public static final String CONFIG_MAP_EVENT_SOURCE = "configMapEventSource";
3131

3232
@Override
33-
public List<EventSource> prepareEventSources(
33+
public List<EventSource<?, PrimaryIndexerTestCustomResource>> prepareEventSources(
3434
EventSourceContext<PrimaryIndexerTestCustomResource> context) {
3535

3636
var cache = context.getPrimaryCache();

0 commit comments

Comments
 (0)