Skip to content

Commit e0a45f3

Browse files
csviriCopilot
andauthored
Update operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/monitoring/Metrics.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 09d4f60 commit e0a45f3

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)