Fixed typo in JavaDoc
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1087 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
075c28f8e1
commit
41b5e5d8b4
|
|
@ -182,7 +182,7 @@ public abstract class HibernateDaoSupport extends DaoSupport {
|
||||||
* method of this DAO's HibernateTemplate.
|
* method of this DAO's HibernateTemplate.
|
||||||
* <p>Typically used in plain Hibernate code, in combination with
|
* <p>Typically used in plain Hibernate code, in combination with
|
||||||
* {@link #getSession} and {@link #releaseSession}.
|
* {@link #getSession} and {@link #releaseSession}.
|
||||||
* @param ex HibernateException that occured
|
* @param ex HibernateException that occurred
|
||||||
* @return the corresponding DataAccessException instance
|
* @return the corresponding DataAccessException instance
|
||||||
* @see org.springframework.orm.hibernate3.SessionFactoryUtils#convertHibernateAccessException
|
* @see org.springframework.orm.hibernate3.SessionFactoryUtils#convertHibernateAccessException
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue