Skip to content

Commit

Permalink
refactor(NaginatorActionFactoryTest): Fix warning by removing unthrow…
Browse files Browse the repository at this point in the history
…n exception
  • Loading branch information
sghill committed Jul 3, 2024
1 parent 33fef68 commit 8caef2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void tearDown() {
r.jenkins.setAuthorizationStrategy(null);
}

private String getRetryLinkFor(AbstractBuild<?, ?> b) throws Exception {
private String getRetryLinkFor(AbstractBuild<?, ?> b) {
return Functions.joinPath(r.contextPath, b.getUrl(), "retry");
}

Expand Down

0 comments on commit 8caef2a

Please sign in to comment.