]> source.dussan.org Git - jackcess.git/commitdiff
refactor Index/SimpleIndex to move most of the add/remove entry handling logic back...
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 5 Apr 2008 04:16:04 +0000 (04:16 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 5 Apr 2008 04:16:04 +0000 (04:16 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@311 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/SimpleIndex.java

index f3651c5420fbfd3c2e477e82f4c44272650ee7c0..4dee57c1534dc1052a902267f40205278ffbf379 100644 (file)
@@ -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;