Skip to content

Commit 30d772b

Browse files
Taz03Zabuzard
authored andcommitted
no ignored will get ignored
1 parent 911549c commit 30d772b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/src/main/java/org/togetherjava/tjbot/features/github/GitHubReference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ Optional<GHIssue> findIssue(int id, long defaultRepoId) {
255255
issue = repository.getPullRequest(id);
256256
}
257257
return Optional.of(issue);
258-
} catch (FileNotFoundException ignored) {
258+
} catch (FileNotFoundException _) {
259259
return Optional.<GHIssue>empty();
260260
} catch (IOException ex) {
261261
throw new UncheckedIOException(ex);

0 commit comments

Comments
 (0)