removed unneeded imports

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@426217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Patrick Linskey 2006-07-27 19:59:09 +00:00
parent 64db310695
commit 650ca6f27f
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ package org.apache.openjpa.conf;
import java.util.List;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashSet;
import java.util.Iterator;
import java.util.Map;
import org.apache.openjpa.abstractstore.AbstractStoreBrokerFactory;