Removed unused import in IndexMerger that was causing build.sh to fail with Java 1.7.0_04-b21 on OS X 10.7.4.

This commit is contained in:
Matt Croydon 2012-10-24 11:46:32 -05:00
parent 631c3bf301
commit 6a9d86e1ef
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ import com.metamx.druid.kv.TmpFileIOPeon;
import com.metamx.druid.kv.VSizeIndexedWriter;
import com.metamx.druid.utils.JodaUtils;
import com.metamx.druid.utils.SerializerUtils;
import com.sun.tools.javac.resources.version;
import it.uniroma3.mat.extendedset.intset.ConciseSet;
import it.uniroma3.mat.extendedset.intset.ImmutableConciseSet;
import org.apache.commons.io.FileUtils;