Skip to content

Commit 1b7535c

Browse files
committed
supress warning
1 parent e72e686 commit 1b7535c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ private void configureWith(String labelSelector, Set<String> namespaces,
6969
configureWith(new InformerEventSource<>(ic, client));
7070
}
7171

72+
@SuppressWarnings("unchecked")
7273
private SecondaryToPrimaryMapper<R> getSecondaryToPrimaryMapper() {
7374
if (this instanceof SecondaryToPrimaryMapper) {
7475
return (SecondaryToPrimaryMapper<R>) this;

0 commit comments

Comments
 (0)