You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/polling/PerResourcePollingEventSource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ public void run() {
149
149
varprimary = resourceCache.get(primaryID);
150
150
if (primary.isEmpty()) {
151
151
log.warn("No resource in cache for resource ID: {}", primaryID);
152
-
// no new execution is scheduled in this case, a on delete event should be received shortly
152
+
// no new execution is scheduled in this case, an on delete event should be received shortly
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/polling/PerResourcePollingEventSourceTest.java
0 commit comments