We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6295f2b + 104f13e commit 9c8332aCopy full SHA for 9c8332a
spring-web/src/main/java/org/springframework/web/multipart/MultipartResolver.java
@@ -24,10 +24,10 @@
24
* Implementations are typically usable both within an application context
25
* and standalone.
26
*
27
- * <p>There is only one concrete implementation included in Spring,
28
- * as of Spring 2.5:
+ * <p>There are two concrete implementations included in Spring, as of Spring 3.1:
29
* <ul>
30
* <li>{@link org.springframework.web.multipart.commons.CommonsMultipartResolver} for Jakarta Commons FileUpload
+ * <li>{@link org.springframework.web.multipart.support.StandardServletMultipartResolver} for Servlet 3.0 Part API
31
* </ul>
32
33
* <p>There is no default resolver implementation used for Spring
0 commit comments