Update javadocs.

This commit is contained in:
akwizgran
2020-08-07 16:16:31 +01:00
parent d8be340120
commit 6e8e955dc2
2 changed files with 12 additions and 3 deletions

View File

@@ -8,9 +8,6 @@ import java.util.concurrent.TimeUnit;
/**
* A service that can be used to schedule the execution of tasks.
* <p>
* The service should only be used for running tasks on other executors
* at scheduled times. No significant work should be run by the service itself.
*/
@NotNullByDefault
public interface TaskScheduler {