Skip to content

Commit

Permalink
Remove unnecessary throws
Browse files Browse the repository at this point in the history
  • Loading branch information
guidograzioli committed Jun 25, 2020
1 parent 2a21d34 commit f1236fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void doEdge(StaplerRequest req, StaplerResponse rsp) throws IOException,
* @param req StaplerRequest
* @param rsp StaplerResponse
* @throws IOException if dot fails
* @throws ServletException
* @throws ServletException for other errors
*/
public void doDynamic(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException {
String path = req.getRestOfPath();
Expand Down

0 comments on commit f1236fe

Please sign in to comment.