From: James Ahlborn Date: Sat, 5 Apr 2008 04:16:04 +0000 (+0000) Subject: refactor Index/SimpleIndex to move most of the add/remove entry handling logic back... X-Git-Tag: rel_1_1_14~36 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a1603f47e35a1a3f26527cf334a63c809888993b;p=jackcess.git refactor Index/SimpleIndex to move most of the add/remove entry handling logic back into Index git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@311 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/java/com/healthmarketscience/jackcess/SimpleIndex.java b/src/java/com/healthmarketscience/jackcess/SimpleIndex.java index f3651c5..4dee57c 100644 --- a/src/java/com/healthmarketscience/jackcess/SimpleIndex.java +++ b/src/java/com/healthmarketscience/jackcess/SimpleIndex.java @@ -28,9 +28,6 @@ King of Prussia, PA 19406 package com.healthmarketscience.jackcess; import java.io.IOException; -import java.util.Arrays; -import java.util.Collections; -import java.util.Iterator; import java.util.List;