464727 - Update Javadoc for Java 8 DocLint
+ Removing @throws ServletException (no longer throws)
This commit is contained in:
parent
5bdfd53e9c
commit
293da2da2a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue