Skip to content

Commit 9c8332a

Browse files
committed
Merge pull request #48 from sslavic/SPR-5984
2 parents 6295f2b + 104f13e commit 9c8332a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/multipart/MultipartResolver.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
* Implementations are typically usable both within an application context
2525
* and standalone.
2626
*
27-
* <p>There is only one concrete implementation included in Spring,
28-
* as of Spring 2.5:
27+
* <p>There are two concrete implementations included in Spring, as of Spring 3.1:
2928
* <ul>
3029
* <li>{@link org.springframework.web.multipart.commons.CommonsMultipartResolver} for Jakarta Commons FileUpload
30+
* <li>{@link org.springframework.web.multipart.support.StandardServletMultipartResolver} for Servlet 3.0 Part API
3131
* </ul>
3232
*
3333
* <p>There is no default resolver implementation used for Spring

0 commit comments

Comments
 (0)