Fix import order

This commit is contained in:
Jason Penilla 2021-12-01 22:00:40 -08:00 committed by Jason
parent dbf5af7202
commit 708d11854e
275 changed files with 559 additions and 834 deletions

View file

@ -23,9 +23,8 @@
//
package cloud.commandframework.tasks;
import org.checkerframework.checker.nullness.qual.NonNull;
import java.util.function.Consumer;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* Task step that does not produce any output

View file

@ -23,9 +23,8 @@
//
package cloud.commandframework.tasks;
import org.checkerframework.checker.nullness.qual.NonNull;
import java.util.function.Function;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* Task step that produces output from given input

View file

@ -23,13 +23,12 @@
//
package cloud.commandframework.tasks;
import org.checkerframework.checker.nullness.qual.NonNull;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.function.BiConsumer;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* A task recipe is a chain of tasks with optional synchronization steps,

View file

@ -23,9 +23,8 @@
//
package cloud.commandframework.tasks;
import org.checkerframework.checker.nullness.qual.NonNull;
import java.util.concurrent.CompletableFuture;
import org.checkerframework.checker.nullness.qual.NonNull;
/**
* Utility responsible for synchronizing {@link TaskRecipeStep task recipe steps}