Skip to content

Commit 49504b7

Browse files
csvirimetacosm
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/ExternalResourceCachingEventSource.java
Co-authored-by: Chris Laprun <metacosm@users.noreply.github.com>
1 parent fec65d8 commit 49504b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* <p>
1919
* There are two related concepts to understand:
2020
* <ul>
21-
* <li>IDMapper - maps or in other words extracts a id from the resources</li>
21+
* <li>CacheKeyMapper - maps/extracts a key used to reference the associated resource in the cache</li>
2222
* <li>Object equals usage - compares if the two resources are the same or same version.</li>
2323
* </ul>
2424
*

0 commit comments

Comments
 (0)