Polishing

This commit is contained in:
Juergen Hoeller
2023-09-11 17:36:57 +02:00
parent 4235a11c4f
commit 659500bc1f
5 changed files with 85 additions and 63 deletions

View File

@@ -56,5 +56,4 @@ public class FixedRateTask extends IntervalTask {
super(task);
}
}

View File

@@ -99,8 +99,6 @@ public class IntervalTask extends Task {
}
/**
* Return how often in milliseconds the task should be executed.
* @deprecated as of 6.0, in favor of {@link #getIntervalDuration()}