Fix javadoc warnings
Before this change there were numerous javadoc warnings being reported while building Spring framework API. This commit resolves most of the javadoc warnings, reducing the total number from 265 to 103. Issue: SPR-9113
This commit is contained in:
committed by
Chris Beams
parent
e830511e8a
commit
effb762558
@@ -52,7 +52,6 @@ import org.springframework.web.util.WebUtils;
|
||||
* @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX
|
||||
* @see org.springframework.web.context.WebApplicationContext#ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE
|
||||
* @see org.springframework.web.context.ContextLoaderListener
|
||||
* @see org.springframework.web.context.ContextLoaderServlet
|
||||
* @see DispatchActionSupport
|
||||
* @see LookupDispatchActionSupport
|
||||
* @see MappingDispatchActionSupport
|
||||
|
||||
@@ -97,7 +97,6 @@ import org.springframework.web.context.support.XmlWebApplicationContext;
|
||||
* @see DelegatingRequestProcessor
|
||||
* @see DelegatingTilesRequestProcessor
|
||||
* @see org.springframework.web.context.ContextLoaderListener
|
||||
* @see org.springframework.web.context.ContextLoaderServlet
|
||||
* @see org.springframework.web.servlet.FrameworkServlet
|
||||
* @deprecated as of Spring 3.0
|
||||
*/
|
||||
|
||||
@@ -52,7 +52,6 @@ import org.springframework.web.util.WebUtils;
|
||||
* @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX
|
||||
* @see org.springframework.web.context.WebApplicationContext#ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE
|
||||
* @see org.springframework.web.context.ContextLoaderListener
|
||||
* @see org.springframework.web.context.ContextLoaderServlet
|
||||
* @see ActionSupport
|
||||
* @see LookupDispatchActionSupport
|
||||
* @see MappingDispatchActionSupport
|
||||
|
||||
@@ -51,7 +51,6 @@ import org.springframework.web.util.WebUtils;
|
||||
* @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX
|
||||
* @see WebApplicationContext#ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE
|
||||
* @see org.springframework.web.context.ContextLoaderListener
|
||||
* @see org.springframework.web.context.ContextLoaderServlet
|
||||
* @see ActionSupport
|
||||
* @see DispatchActionSupport
|
||||
* @see MappingDispatchActionSupport
|
||||
|
||||
@@ -51,7 +51,6 @@ import org.springframework.web.util.WebUtils;
|
||||
* @see ContextLoaderPlugIn#SERVLET_CONTEXT_PREFIX
|
||||
* @see WebApplicationContext#ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE
|
||||
* @see org.springframework.web.context.ContextLoaderListener
|
||||
* @see org.springframework.web.context.ContextLoaderServlet
|
||||
* @see ActionSupport
|
||||
* @see DispatchActionSupport
|
||||
* @see LookupDispatchActionSupport
|
||||
|
||||
Reference in New Issue
Block a user