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 2bb5439

Browse files
csvirimetacosm
authored andcommittedSep 15, 2023
fix: rebase issue
Signed-off-by: csviri <[email protected]> Signed-off-by: Attila Mészáros <[email protected]>
1 parent 33b192b commit 2bb5439

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)
Please sign in to comment.