Clean import

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14108 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2007-10-19 03:14:33 +00:00
parent c023c85ea0
commit c0f701cc08
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ package org.hibernate.test.cache.jbc2.entity;
import junit.framework.Test;
import junit.framework.TestSuite;
import org.hibernate.cache.access.AccessType;
/**
* Tests READ_ONLY access when pessimistic locking and invalidation are used.
*