Skip to content

Commit 03a0949

Browse files
doc: Update UpdateControl#patchStatus JavaDoc (#2889)
Signed-off-by: Antonio Fernandez Alhambra <[email protected]>
1 parent 3723b1c commit 03a0949

File tree

1 file changed

+1
-2
lines changed
  • operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler

1 file changed

+1
-2
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/UpdateControl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ private UpdateControl(P resource, boolean patchResource, boolean patchStatus) {
2121
}
2222

2323
/**
24-
* Preferred way to update the status. It does not do optimistic locking. Uses JSON Patch to patch
25-
* the resource.
24+
* Preferred way to update the status. Uses JSON Patch to patch the resource.
2625
*
2726
* <p>Note that this does not work, if the {@link CustomResource#initStatus()} is implemented,
2827
* since it breaks the diffing process. Don't implement it if using this method. There is also an

0 commit comments

Comments
 (0)