Skip to content

Commit d1548e1

Browse files
committed
message
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 39a0f19 commit d1548e1

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/dependent/AbstractExternalDependentResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ protected Optional<R> selectTargetSecondaryResource(
127127
.toList();
128128
} else {
129129
throw new IllegalStateException(
130-
"Either implement ExternalDependentIDProvider or override"
131-
+ " selectTargetSecondaryResource.");
130+
"Either implement ExternalDependentIDProvider or override this "
131+
+ " (selectTargetSecondaryResource) method.");
132132
}
133133
if (targetResources.size() > 1) {
134134
throw new IllegalStateException(

0 commit comments

Comments
 (0)