464727 - Update Javadoc for Java 8 DocLint

+ Removing @throws ServletException (no longer throws)
This commit is contained in:
Joakim Erdfelt 2015-04-21 13:59:06 -07:00
parent 5bdfd53e9c
commit 293da2da2a
1 changed files with 0 additions and 1 deletions

View File

@ -416,7 +416,6 @@ public class MultiPartInputStreamParser
* @param name the part name * @param name the part name
* @return the parts * @return the parts
* @throws IOException if unable to get the part * @throws IOException if unable to get the part
* @throws ServletException if unable to parse the parts
*/ */
public Part getPart(String name) public Part getPart(String name)
throws IOException throws IOException