[cleanup] removing redundant import

Original commit: elastic/x-pack-elasticsearch@ec386a9c22
This commit is contained in:
uboness 2015-01-27 00:59:09 +01:00
parent ca49afddfb
commit 9c3b72e782
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import org.elasticsearch.common.inject.internal.Nullable;
import org.elasticsearch.common.netty.channel.*;
import org.elasticsearch.common.netty.handler.ssl.SslHandler;
import org.elasticsearch.common.network.NetworkService;
import org.elasticsearch.common.settings.ImmutableSettings;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.util.BigArrays;
import org.elasticsearch.shield.ssl.SSLService;