diff --git a/src/main/java/io/quarkus/github/lottery/github/GitHubRepository.java b/src/main/java/io/quarkus/github/lottery/github/GitHubRepository.java index 58b9f0c..12c3092 100644 --- a/src/main/java/io/quarkus/github/lottery/github/GitHubRepository.java +++ b/src/main/java/io/quarkus/github/lottery/github/GitHubRepository.java @@ -233,7 +233,7 @@ private Topic(TopicRef ref) { * * @throws IOException If a GitHub API call fails. * @throws java.io.UncheckedIOException If a GitHub API call fails. - * @see #update(String, String, Optional) + * @see #update(String, String, boolean) */ public boolean isClosed() throws IOException { var existingIssue = getDedicatedIssues().findFirst();