Skip to content

Commit 8608e12

Browse files
committed
fix: rebase issue
Signed-off-by: csviri <[email protected]> Signed-off-by: Attila Mészáros <[email protected]>
1 parent 9d88d0e commit 8608e12

File tree

1 file changed

+0
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer

1 file changed

+0
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerEventSource.java

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ public class InformerEventSource<R extends HasMetadata, P extends HasMetadata>
7373

7474
private static final Logger log = LoggerFactory.getLogger(InformerEventSource.class);
7575

76-
private final InformerConfiguration<R> configuration;
7776
// we need direct control for the indexer to propagate the just update resource also to the index
7877
private final PrimaryToSecondaryIndex<R> primaryToSecondaryIndex;
7978
private final PrimaryToSecondaryMapper<P> primaryToSecondaryMapper;

0 commit comments

Comments
 (0)