Skip to content

Commit f615a86

Browse files
committed
wip
1 parent d0867e4 commit f615a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/ResourceIDMapper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ public interface ResourceIDMapper<R, ID> {
2222
ID idFor(R resource);
2323

2424
/**
25-
* Used if a polling event source handles only single secondary resource and the id is String. See
26-
* also docs for: {@link ExternalResourceCachingEventSource}
25+
* Can be used if a polling event source handles only single secondary resource and the id is
26+
* String. See also docs for: {@link ExternalResourceCachingEventSource}
2727
*
2828
* @return static id mapper, all resources are mapped for same id.
2929
* @param <T> secondary resource type

0 commit comments

Comments
 (0)