Skip to content

Commit 8178f54

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 6ef926f commit 8178f54

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ public InformerEventSource(
5757
this(configuration);
5858
}
5959

60-
@SuppressWarnings({"unchecked", "rawtypes"})
61-
InformerEventSource(InformerEventSourceConfiguration<R> configuration) {
60+
public InformerEventSource(InformerEventSourceConfiguration<R> configuration) {
6261
super(configuration.name(), configuration);
6362
// If there is a primary to secondary mapper there is no need for primary to secondary index.
6463
primaryToSecondaryMapper = configuration.getPrimaryToSecondaryMapper();

0 commit comments

Comments
 (0)