Skip to content

Commit 2fcb068

Browse files
csviriCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ada915a commit 2fcb068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
/**
3838
* Provides useful operations to manipulate resources (server-side apply, patch, etc.) in an
3939
* idiomatic way, in particular to make sure that the latest version of the resource is present in
40-
* the caches for the next reconciliation. In other words provides read-cache-after-write
40+
* the caches for the next reconciliation. In other words, it provides read-cache-after-write
4141
* consistency.
4242
*
4343
* @param <P> the resource type on which this object operates

0 commit comments

Comments
 (0)