mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-18 19:05:06 +00:00
Remove unused imports from EnvironmentAwareCommand
This commit removes two unused imports from EnvironmentAwareCommand that were left behind after a previous change.
This commit is contained in:
parent
8639bf4a1a
commit
c1ee65f990
@ -29,11 +29,9 @@ import org.elasticsearch.node.InternalSettingsPreparer;
|
|||||||
|
|
||||||
import java.nio.file.Path;
|
import java.nio.file.Path;
|
||||||
import java.nio.file.Paths;
|
import java.nio.file.Paths;
|
||||||
import java.util.Arrays;
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Locale;
|
import java.util.Locale;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Objects;
|
|
||||||
|
|
||||||
/** A cli command which requires an {@link org.elasticsearch.env.Environment} to use current paths and settings. */
|
/** A cli command which requires an {@link org.elasticsearch.env.Environment} to use current paths and settings. */
|
||||||
public abstract class EnvironmentAwareCommand extends Command {
|
public abstract class EnvironmentAwareCommand extends Command {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user