Skip to content

Commit

Permalink
Fix some javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Dec 10, 2024
1 parent 2732241 commit 2f20db0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 2f20db0

Please sign in to comment.