File tree 2 files changed +2
-1
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ public interface Event {
17
17
/**
18
18
* The selector used to determine the {@link CustomResource} for which a reconcile loop should be
19
19
* triggered.
20
+ *
20
21
* @return predicate used to match the target CustomResource
21
22
*/
22
23
Predicate <CustomResource > getCustomResourcesSelector ();
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public interface RetryExecution extends RetryInfo {
10
10
* Calculates the delay for the next execution. This method should return 0, when called first
11
11
* time;
12
12
*
13
- * @return the time to wait until the next execution in milliseconds
13
+ * @return the time to wait until the next execution in millisecondsz
14
14
*/
15
15
Optional <Long > nextDelay ();
16
16
}
You can’t perform that action at this time.
0 commit comments