HHH-4028 - Move current cache-jbosscache2 module content to cache-jbosscache

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17025 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Steve Ebersole 2009-07-07 18:26:08 +00:00
parent e36b0c677e
commit d5124a5092
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor
* Boston, MA 02110-1301 USA
*/
package org.hibernate.cache.jbc2;
package org.hibernate.cache.jbc;
import java.util.Collections;
import java.util.HashMap;
@ -37,8 +37,8 @@ import javax.transaction.TransactionManager;
import org.hibernate.cache.CacheException;
import org.hibernate.cache.Region;
import org.hibernate.cache.jbc2.util.CacheHelper;
import org.hibernate.cache.jbc2.util.NonLockingDataVersion;
import org.hibernate.cache.jbc.util.CacheHelper;
import org.hibernate.cache.jbc.util.NonLockingDataVersion;
import org.jboss.cache.Cache;
import org.jboss.cache.Fqn;
import org.jboss.cache.Node;

View File

@ -21,7 +21,7 @@
* 51 Franklin Street, Fifth Floor
* Boston, MA 02110-1301 USA
*/
package org.hibernate.cache.jbc2.util;
package org.hibernate.cache.jbc.util;
import java.util.Collections;
import java.util.Set;