Cleanup un-needed changes 2

This commit is contained in:
jglrxavpok 2021-08-28 14:28:45 +02:00
parent b1b1e70c40
commit b9f1f75249
2 changed files with 1 additions and 2 deletions

View File

@ -164,7 +164,7 @@ public final class SchedulerManager implements IExtensionObserver {
}
/**
* Gets a {@link Collection} with all the registered shutdown {@link Task}.
* Gets a {@link Collection} with all the registered shutdown {@link Task}
*
* @return a {@link Collection} with all the registered shutdown {@link Task}
*/

View File

@ -6,7 +6,6 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.util.Objects;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.ScheduledFuture;
import java.util.concurrent.TimeUnit;