Skip to content

Commit ac8bb77

Browse files
committed
wip
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent f3b27ca commit ac8bb77

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/SecondaryToPrimaryMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
/**
88
* Maps secondary resource to primary resources.
99
*
10-
* @param <R>
10+
* @param <R> secondary resource type
1111
*/
1212
@FunctionalInterface
1313
public interface SecondaryToPrimaryMapper<R> {

0 commit comments

Comments
 (0)