Browse Source

Merge pull request #1570 from wilkinsona:patch-3

* pr/1570:
  Add missing "be" in Part's javadoc
pull/1570/merge
Stephane Nicoll 9 years ago
parent
commit
8ad212dae2
  1. 2
      spring-web/src/main/java/org/springframework/http/codec/multipart/Part.java

2
spring-web/src/main/java/org/springframework/http/codec/multipart/Part.java

@ -24,7 +24,7 @@ import org.springframework.http.HttpHeaders; @@ -24,7 +24,7 @@ import org.springframework.http.HttpHeaders;
/**
* Representation for a part in a "multipart/form-data" request.
*
* <p>The origin of a multipart request may a browser form in which case each
* <p>The origin of a multipart request may be a browser form in which case each
* part is either a {@link FormFieldPart} or a {@link FilePart}.
*
* <p>Multipart requests may also be used outside of a browser for data of any

Loading…
Cancel
Save