fixed javadoc errors

This commit is contained in:
Juergen Hoeller
2008-11-28 13:56:30 +00:00
parent f8c690c542
commit 4f40a6c313
16 changed files with 17 additions and 33 deletions

View File

@@ -30,7 +30,6 @@ import org.springframework.context.ApplicationEvent;
* @author Juergen Hoeller
* @since January 17, 2001
* @see ServletRequestHandledEvent
* @see PerformanceMonitorListener
* @see org.springframework.web.servlet.FrameworkServlet
* @see org.springframework.context.ApplicationContext#publishEvent
*/

View File

@@ -48,8 +48,6 @@ import org.springframework.web.context.request.SessionScope;
* @see org.springframework.web.context.ContextLoader
* @see org.springframework.web.servlet.FrameworkServlet
* @see org.springframework.web.servlet.DispatcherServlet
* @see org.springframework.web.struts.ActionSupport
* @see org.springframework.web.struts.DelegatingActionProxy
* @see org.springframework.web.jsf.FacesContextUtils
* @see org.springframework.web.jsf.DelegatingVariableResolver
*/