Skip to content

Commit e3c9cec

Browse files
committed
Fixed typo in comment: listTopics() not getTopics().
1 parent 2eb8ce6 commit e3c9cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHRepository.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ public GHIssueEvent getIssueEvent(long id) throws IOException {
17451745
return root.retrieve().to(getApiTailUrl("issues/events/" + id), GHIssueEvent.class).wrapUp(root);
17461746
}
17471747

1748-
// Only used within getTopics().
1748+
// Only used within listTopics().
17491749
private static class Topics {
17501750
public List<String> names;
17511751
}

0 commit comments

Comments
 (0)