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/ExternalResourceCachingEventSource.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@
18
18
* <p>
19
19
* There are two related concepts to understand:
20
20
* <ul>
21
-
* <li>CacheKeyMapper - maps/extracts a key used to reference the associated resource in the cache</li>
21
+
* <li>CacheKeyMapper - maps/extracts a key used to reference the associated resource in the
22
+
* cache</li>
22
23
* <li>Object equals usage - compares if the two resources are the same or same version.</li>
0 commit comments