Skip to content

Commit c98b9c0

Browse files
csviriCopilot
andcommitted
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/monitoring/Metrics.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 965409c commit c98b9c0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/monitoring/Metrics.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ default void successfullyFinishedReconciliation(
106106
* Always called not only if successfully finished.
107107
*
108108
* @param resource the {@link ResourceID} associated with the resource being processed
109-
* @param retryInfo not that this retry info in state after {@link RetryExecution#nextDelay()} is
109+
* @param retryInfo note that this retry info is in state after {@link RetryExecution#nextDelay()} is
110110
* called in case of exception.
111111
* @param metadata metadata associated with the resource being processed
112112
*/

0 commit comments

Comments
 (0)