Fixed typo in JavaDoc

This commit is contained in:
Sam Brannen
2009-05-04 06:02:59 +00:00
parent a637912762
commit a6a8b29d19

View File

@@ -182,7 +182,7 @@ public abstract class HibernateDaoSupport extends DaoSupport {
* method of this DAO's HibernateTemplate.
* <p>Typically used in plain Hibernate code, in combination with
* {@link #getSession} and {@link #releaseSession}.
* @param ex HibernateException that occured
* @param ex HibernateException that occurred
* @return the corresponding DataAccessException instance
* @see org.springframework.orm.hibernate3.SessionFactoryUtils#convertHibernateAccessException
*/