File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments