Skip to content

Commit c461f9f

Browse files
committed
fix formatting
1 parent 898f50e commit c461f9f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ public static <T extends HasMetadata> UpdateControl<T> updateResourceAndPatchSta
9999
}
100100

101101
/**
102-
* Marked for removal, because of confusing name. It does not patch the resource but rather updates it.
103-
* This method is same as updateResourceAndPatchStatus.
102+
* Marked for removal, because of confusing name. It does not patch the resource but rather
103+
* updates it. This method is same as updateResourceAndPatchStatus.
104104
*
105105
* @param customResource to update
106106
* @return UpdateControl instance

0 commit comments

Comments
 (0)