Skip to content

Commit dc39477

Browse files
committed
comment
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 352067e commit dc39477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public interface ResourceIDMapper<R, ID> {
4949
* @param <R> secondary resource type
5050
*/
5151
static <R> ResourceIDMapper<R, String> singleResourceResourceIDMapper() {
52+
// the result could be any string, by definition would work with any value
5253
return r -> "id";
5354
}
5455

0 commit comments

Comments
 (0)