removed unused import

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@650387 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2008-04-22 06:07:04 +00:00
parent 35635f925d
commit ad2465ace8
1 changed files with 0 additions and 3 deletions

View File

@ -19,12 +19,9 @@ package org.apache.activemq.kaha.impl.index.hash;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import sun.security.action.GetBooleanAction;
/**
* Bin in a HashIndex
*