OPENJPA-2443 : Remove unnecessary import.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1535082 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Richard G. Curtis 2013-10-23 17:58:23 +00:00
parent 1f38337481
commit d8395bdc56
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ import java.util.Iterator;
import java.util.Map;
import java.util.TimeZone;
import javax.persistence.GenerationType;
import org.apache.openjpa.enhance.PersistenceCapable;
import org.apache.openjpa.lib.util.Localizer;
import org.apache.openjpa.meta.FieldMetaData;