Fix various javadoc warnings
This commit is contained in:
@@ -31,7 +31,6 @@ import org.springframework.beans.factory.InitializingBean;
|
||||
* @author Juergen Hoeller
|
||||
* @since 1.2.2
|
||||
* @see org.springframework.jdbc.core.support.JdbcDaoSupport
|
||||
* @see org.springframework.orm.jdo.support.JdoDaoSupport
|
||||
*/
|
||||
public abstract class DaoSupport implements InitializingBean {
|
||||
|
||||
|
||||
@@ -70,8 +70,7 @@ import org.springframework.transaction.PlatformTransactionManager;
|
||||
* <p>The "preInterceptors" and "postInterceptors" properties can be set to add
|
||||
* additional interceptors to the mix, like
|
||||
* {@link org.springframework.aop.interceptor.PerformanceMonitorInterceptor} or
|
||||
* {@link org.springframework.orm.hibernate3.HibernateInterceptor} /
|
||||
* {@link org.springframework.orm.jdo.JdoInterceptor}.
|
||||
* {@link org.springframework.orm.hibernate3.HibernateInterceptor}.
|
||||
*
|
||||
* <p><b>HINT:</b> This class is often used with parent / child bean definitions.
|
||||
* Typically, you will define the transaction manager and default transaction
|
||||
|
||||
Reference in New Issue
Block a user