Fix accidental javadoc references to jakarta packages
This commit is contained in:
@@ -42,7 +42,7 @@ import org.springframework.web.context.request.NativeWebRequest;
|
||||
*
|
||||
* <p>The method {@link #handleNoMatch} allow subclasses to plug in additional
|
||||
* ways of looking up media types (e.g. through the Java Activation framework,
|
||||
* or {@link jakarta.servlet.ServletContext#getMimeType}). Media types resolved
|
||||
* or {@link javax.servlet.ServletContext#getMimeType}). Media types resolved
|
||||
* via base classes are then added to the base class
|
||||
* {@link MappingMediaTypeFileExtensionResolver}, i.e. cached for new lookups.
|
||||
*
|
||||
|
||||
@@ -110,7 +110,7 @@ public class ServletRequestDataBinder extends WebDataBinder {
|
||||
* @see org.springframework.web.multipart.MultipartHttpServletRequest
|
||||
* @see org.springframework.web.multipart.MultipartRequest
|
||||
* @see org.springframework.web.multipart.MultipartFile
|
||||
* @see jakarta.servlet.http.Part
|
||||
* @see javax.servlet.http.Part
|
||||
* @see #bind(org.springframework.beans.PropertyValues)
|
||||
*/
|
||||
public void bind(ServletRequest request) {
|
||||
|
||||
Reference in New Issue
Block a user