Skip to content

Commit 21c9899

Browse files
committed
fix format
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent 38225a7 commit 21c9899

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@
4444

4545
/**
4646
* Optional configuration of the maximal interval the SDK will wait for a reconciliation request
47-
* to happen before one will be automatically triggered.
48-
* The intention behind this feature is to have a failsafe, not to have another way of
49-
* repeated reconciliation.
50-
* For that use {@link UpdateControl#rescheduleAfter(long)}.
47+
* 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
49+
* UpdateControl#rescheduleAfter(long)}.
5150
*
5251
* @return the maximal reconciliation interval configuration
5352
*/

0 commit comments

Comments
 (0)