polishing

This commit is contained in:
Juergen Hoeller
2011-12-12 15:04:11 +00:00
parent 23e58aa718
commit 450a3d7eee
3 changed files with 3 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ public interface MultipartRequest {
* Determine the content type of the specified request part.
* @param paramOrFileName the name of the part
* @return the associated content type, or <code>null</code> if not defined
* @since 3.1
*/
String getMultipartContentType(String paramOrFileName);