Skip to content

Commit a1d303d

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 a8e7efc commit a1d303d

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
@@ -144,7 +144,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
144144
* Patches the resource with JSON Patch and adds it to the {@link PrimaryResourceCache} provided.
145145
* Optimistic locking is not required.
146146
*
147-
* @param primary resource*
147+
* @param primary resource
148148
* @param context of reconciliation
149149
* @param cache - resource cache managed by user
150150
* @return the updated resource.

0 commit comments

Comments
 (0)