Remove unused import

Closes #15458
This commit is contained in:
soinlv 2015-12-15 16:00:55 -05:00 committed by Jason Tedor
parent 82a64fd2f8
commit 015ead0c45
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ import org.apache.lucene.store.StoreRateLimiting;
import org.elasticsearch.common.logging.ESLogger;
import org.elasticsearch.common.logging.Loggers;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.common.unit.ByteSizeUnit;
import org.elasticsearch.common.unit.ByteSizeValue;
import org.elasticsearch.node.settings.NodeSettingsService;