updated version statement in javadoc

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3665 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Juergen Hoeller
2010-09-08 22:48:03 +00:00
parent f85bad07d6
commit e069c8fed6
@@ -37,7 +37,9 @@ import org.springframework.transaction.TransactionException;
/**
* {@link org.springframework.orm.jpa.JpaDialect} implementation for
* Hibernate EntityManager. Developed and tested against Hibernate 3.3.
* Hibernate EntityManager. Developed against Hibernate 3.3;
* tested against 3.3, 3.5 and 3.6 (with the latter including
* Hibernate EntityManager in the Hibernate core distribution).
*
* @author Costin Leau
* @author Juergen Hoeller