Minor javadoc

git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@16172 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
Brian Stansberry 2009-03-17 19:16:06 +00:00
parent 51692f52bf
commit aef5e3f295
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ import org.hibernate.cfg.Configuration;
import org.hibernate.junit.functional.FunctionalTestClassTestSuite; import org.hibernate.junit.functional.FunctionalTestClassTestSuite;
/** /**
* Basic functional test of a pessimistic locking entity + query cache. * Basic functional test of a MVCC locking entity + query cache.
* *
* @author Brian Stansberry * @author Brian Stansberry
*/ */