HHH-10646 : Correct to backport

This commit is contained in:
Gail Badner 2016-07-01 13:58:55 -07:00
parent 2aa76b3ef9
commit 70bb620644
1 changed files with 1 additions and 2 deletions

View File

@ -5,12 +5,11 @@ import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
import javax.persistence.Version;
import org.hibernate.Session;
import org.hibernate.cfg.Configuration;
import org.hibernate.cfg.Environment;
import org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils;
import org.hibernate.test.bytecode.enhancement.AbstractEnhancerTestTask;
import org.hibernate.test.bytecode.enhancement.EnhancerTestUtils;
/**
* @author Luis Barreiro