Skip to content

Commit 68471f7

Browse files
committed
docs improve
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 966aee7 commit 68471f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
122122
}
123123

124124
/**
125-
* Patches the resource and adds it to the {@link PrimaryResourceCache} provided.
125+
* Patches the resource and adds it to the {@link PrimaryResourceCache}.
126126
*
127127
* @param primary resource
128128
* @param freshResourceWithStatus - fresh resource with target state
@@ -151,7 +151,7 @@ public static <P extends HasMetadata> P ssaPatchAndCacheStatus(
151151
}
152152

153153
/**
154-
* Patches the resource with JSON Patch and adds it to the {@link PrimaryResourceCache} provided.
154+
* Patches the resource with JSON Patch and adds it to the {@link PrimaryResourceCache}.
155155
*
156156
* @param primary resource
157157
* @param context of reconciliation
@@ -184,7 +184,7 @@ public static <P extends HasMetadata> P patchAndCacheStatus(
184184
}
185185

186186
/**
187-
* Updates the resource and adds it to the {@link PrimaryResourceCache} provided.
187+
* Updates the resource and adds it to the {@link PrimaryResourceCache}.
188188
*
189189
* @param primary resource
190190
* @param context of reconciliation

0 commit comments

Comments
 (0)