Skip to content

Commit 31224ee

Browse files
csvirimetacosm
authored andcommitted
fix: naming
1 parent 89272b4 commit 31224ee

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/polling/PollingEventSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void stop() throws OperatorException {
6565
timer.cancel();
6666
}
6767

68-
public Optional<T> getResourceFromCacheOrSupplier(ResourceID resourceID) {
68+
public Optional<T> getValueFromCacheOrSupplier(ResourceID resourceID) {
6969
var resource = getCachedValue(resourceID);
7070
if (resource.isPresent()) {
7171
return resource;

0 commit comments

Comments
 (0)