Fix accidental javadoc references to jakarta packages

This commit is contained in:
Juergen Hoeller
2023-08-16 13:03:23 +02:00
parent 5f7a6a0f38
commit df066d8190
2 changed files with 2 additions and 2 deletions

View File

@@ -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.
*

View File

@@ -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) {