Skip to content

Commit 217629f

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 eff1ccb commit 217629f

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
@@ -164,7 +164,7 @@ public static <P extends HasMetadata> P editAndCacheStatus(
164164
* Patches the resource with JSON Merge patch and adds it to the {@link PrimaryResourceCache}
165165
* provided. Optimistic locking is not required.
166166
*
167-
* @param primary resource*
167+
* @param primary resource
168168
* @param context of reconciliation
169169
* @param cache - resource cache managed by user
170170
* @return the updated resource.

0 commit comments

Comments
 (0)