Fix import order in Spawner

The imports are not in alphabetical order in Spawner.java and this is a
crime that is rectified by this commit.
This commit is contained in:
Jason Tedor 2017-04-07 14:51:42 -04:00
parent 776006bac5
commit 457a76c1c6
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ package org.elasticsearch.bootstrap;
import org.apache.lucene.util.IOUtils;
import org.elasticsearch.env.Environment;
import org.elasticsearch.plugins.PluginInfo;
import org.elasticsearch.plugins.Platforms;
import org.elasticsearch.plugins.PluginInfo;
import java.io.Closeable;
import java.io.IOException;