Skip to content

Commit a4054b8

Browse files
committed
fix: format
1 parent 49504b7 commit a4054b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
* <p>
1919
* There are two related concepts to understand:
2020
* <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>
2223
* <li>Object equals usage - compares if the two resources are the same or same version.</li>
2324
* </ul>
2425
*

0 commit comments

Comments
 (0)