mirror of https://github.com/apache/activemq.git
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:
parent
35635f925d
commit
ad2465ace8
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue