mirror of https://github.com/apache/openjpa.git
OPENJPA-2626 remove unused import (which is an ugly internal sun class and doesn't exist in java7)
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1730309 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
285e4688c3
commit
88e01d2fba
|
@ -37,7 +37,6 @@ import serp.bytecode.BCClass;
|
|||
import serp.bytecode.Project;
|
||||
import serp.bytecode.lowlevel.ConstantPoolTable;
|
||||
|
||||
import static com.sun.xml.internal.fastinfoset.alphabet.BuiltInRestrictedAlphabets.table;
|
||||
|
||||
/**
|
||||
* Transformer that makes persistent classes implement the
|
||||
|
|
Loading…
Reference in New Issue