Skip to content

Commit df066d8

Browse files
committed
Fix accidental javadoc references to jakarta packages
1 parent 5f7a6a0 commit df066d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/accept/AbstractMappingContentNegotiationStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*
4343
* <p>The method {@link #handleNoMatch} allow subclasses to plug in additional
4444
* ways of looking up media types (e.g. through the Java Activation framework,
45-
* or {@link jakarta.servlet.ServletContext#getMimeType}). Media types resolved
45+
* or {@link javax.servlet.ServletContext#getMimeType}). Media types resolved
4646
* via base classes are then added to the base class
4747
* {@link MappingMediaTypeFileExtensionResolver}, i.e. cached for new lookups.
4848
*

spring-web/src/main/java/org/springframework/web/bind/ServletRequestDataBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public ServletRequestDataBinder(@Nullable Object target, String objectName) {
110110
* @see org.springframework.web.multipart.MultipartHttpServletRequest
111111
* @see org.springframework.web.multipart.MultipartRequest
112112
* @see org.springframework.web.multipart.MultipartFile
113-
* @see jakarta.servlet.http.Part
113+
* @see javax.servlet.http.Part
114114
* @see #bind(org.springframework.beans.PropertyValues)
115115
*/
116116
public void bind(ServletRequest request) {

0 commit comments

Comments
 (0)