Skip to content

Commit 44987c9

Browse files
committed
docs
1 parent 8444c1d commit 44987c9

File tree

1 file changed

+1
-1
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public interface IDMapper<R> extends Function<R, String> {
99
* {@link ExternalResourceCachingEventSource}
1010
*
1111
* @return static id mapper, all resources are mapped for same id.
12-
* @param <T>
12+
* @param <T> secondary resource type
1313
*/
1414
static <T> IDMapper<T> singleResourceIDMapper() {
1515
return r -> "id";

0 commit comments

Comments
 (0)