Skip to content

Commit 608fb09

Browse files
csvirixstefank
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java
Co-authored-by: Martin Stefanko <xstefank122@gmail.com>
1 parent e09472a commit 608fb09

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
@@ -156,7 +156,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
156156
* @return the updated resource.
157157
* @param <P> primary resource type
158158
*/
159-
public static <P extends HasMetadata> P edithAndCacheStatus(
159+
public static <P extends HasMetadata> P editAndCacheStatus(
160160
P primary, Context<P> context, PrimaryResourceCache<P> cache, UnaryOperator<P> operation) {
161161
logWarnIfResourceVersionPresent(primary);
162162
return patchAndCacheStatus(

0 commit comments

Comments
 (0)