Skip to content

Commit 3b39577

Browse files
committed
changes from CR
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent dc39477 commit 3b39577

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public interface ResourceIDMapper<R, ID> {
5050
*/
5151
static <R> ResourceIDMapper<R, String> singleResourceResourceIDMapper() {
5252
// the result could be any string, by definition would work with any value
53-
return r -> "id";
53+
return r -> "irrelevant";
5454
}
5555

5656
@SuppressWarnings({"rawtypes", "unchecked"})

0 commit comments

Comments
 (0)