[HHH-5563] (JndiInfinispanRegionFactory creates region with a stopped cache, if region previously existed) Fix compilation error as a result of merge.

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@20657 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Galder Zamarreno 2010-09-17 06:42:31 +00:00
parent a2162b981e
commit 5064d48151
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import org.hibernate.cfg.Environment;
import org.hibernate.cfg.Mappings;
import org.hibernate.dialect.Dialect;
import org.hibernate.engine.SessionFactoryImplementor;
import org.hibernate.junit.functional.ExecutionEnvironment;
import org.hibernate.testing.junit.functional.ExecutionEnvironment;
import org.hibernate.stat.Statistics;
import org.infinispan.Cache;
import org.infinispan.lifecycle.ComponentStatus;