mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-04 23:47:59 +01:00
Cleanup un-needed changes 2
This commit is contained in:
parent
b1b1e70c40
commit
b9f1f75249
@ -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}
|
* @return a {@link Collection} with all the registered shutdown {@link Task}
|
||||||
*/
|
*/
|
||||||
|
@ -6,7 +6,6 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
import org.jetbrains.annotations.Nullable;
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
|
||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
import java.util.concurrent.ExecutorService;
|
|
||||||
import java.util.concurrent.ScheduledFuture;
|
import java.util.concurrent.ScheduledFuture;
|
||||||
import java.util.concurrent.TimeUnit;
|
import java.util.concurrent.TimeUnit;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user