Remove unused import in o.e.c.l.Releasables

This commit is contained in:
Jason Tedor 2015-12-02 16:29:04 -05:00
parent f8026ed8fd
commit ab45d69b16
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@
package org.elasticsearch.common.lease;
import org.elasticsearch.ElasticsearchException;
import java.util.Arrays;
/** Utility methods to work with {@link Releasable}s. */