HHH-10356 - Make runtime bytecode enhancement configurable

This commit is contained in:
Steve Ebersole 2015-12-16 15:54:38 -06:00
parent 809e3cf4b9
commit f0ad6dabd5
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ package org.hibernate.jpa.internal.enhance;
import java.lang.instrument.IllegalClassFormatException;
import java.security.ProtectionDomain;
import java.util.ArrayList;
import java.util.Collection;
import javax.persistence.spi.ClassTransformer;
import javassist.CtClass;