Skip to content

Commit 339b6c3

Browse files
committed
refactor: fix visibility of manager() method to match the visibility of the returned class
Signed-off-by: David Sondermann <david.sondermann@hivemq.com>
1 parent 41c9a46 commit 339b6c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ protected ManagedInformerEventSource(String name, MixedOperation client, C confi
7575
this.configuration = configuration;
7676
}
7777

78-
protected InformerManager<R, C> manager() {
78+
InformerManager<R, C> manager() {
7979
return cache;
8080
}
8181

0 commit comments

Comments
 (0)