Skip to content

Commit d2cce72

Browse files
authored
refactor: improve wording
1 parent 21c9899 commit d2cce72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
/**
4646
* Optional configuration of the maximal interval the SDK will wait for a reconciliation request
4747
* to happen before one will be automatically triggered. The intention behind this feature is to
48-
* have a failsafe, not to have another way of repeated reconciliation. For that use {@link
48+
* have a failsafe, not to artificially force repeated reconciliations. For that use {@link
4949
* UpdateControl#rescheduleAfter(long)}.
5050
*
5151
* @return the maximal reconciliation interval configuration

0 commit comments

Comments
 (0)