Skip to content

Commit 3409053

Browse files
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java
Co-authored-by: Antonio <122279781+afalhambra-hivemq@users.noreply.github.com>
1 parent 51f1ca0 commit 3409053

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/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private static <P extends HasMetadata> void checkResourceVersionPresent(P primar
227227
private static <P extends HasMetadata> void logWarnIfResourceVersionPresent(P primary) {
228228
if (primary.getMetadata().getResourceVersion() != null) {
229229
log.warn(
230-
"Primary resource version is NOT null, for caching with optimistic locking use"
230+
"Primary resource version is NOT null, for caching with optimistic locking use"
231231
+ " alternative methods. Name: {} namespace: {}",
232232
primary.getMetadata().getName(),
233233
primary.getMetadata().getNamespace());

0 commit comments

Comments
 (0)