Skip to content

Commit f9ed880

Browse files
csvirimetacosm
authored andcommitted
Formatting fix
1 parent 8f446a7 commit f9ed880

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/Event.java

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public interface Event {
1717
/**
1818
* The selector used to determine the {@link CustomResource} for which a reconcile loop should be
1919
* triggered.
20+
*
2021
* @return predicate used to match the target CustomResource
2122
*/
2223
Predicate<CustomResource> getCustomResourcesSelector();

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/retry/RetryExecution.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public interface RetryExecution extends RetryInfo {
1010
* Calculates the delay for the next execution. This method should return 0, when called first
1111
* time;
1212
*
13-
* @return the time to wait until the next execution in milliseconds
13+
* @return the time to wait until the next execution in millisecondsz
1414
*/
1515
Optional<Long> nextDelay();
1616
}

0 commit comments

Comments
 (0)