Skip to content

Commit

Permalink
Removing throw statement
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tanner committed Sep 2, 2014
1 parent e8c5c90 commit 3f34cba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public void doIndex(StaplerRequest req, StaplerResponse resp) {
}
}

private Set<GhprbRepository> getRepos(GHRepository repo) throws IOException {
private Set<GhprbRepository> getRepos(GHRepository repo) {
return getRepos(repo.getFullName());
}

Expand Down

0 comments on commit 3f34cba

Please sign in to comment.