We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eb8ce6 commit e3c9cecCopy full SHA for e3c9cec
src/main/java/org/kohsuke/github/GHRepository.java
@@ -1745,7 +1745,7 @@ public GHIssueEvent getIssueEvent(long id) throws IOException {
1745
return root.retrieve().to(getApiTailUrl("issues/events/" + id), GHIssueEvent.class).wrapUp(root);
1746
}
1747
1748
- // Only used within getTopics().
+ // Only used within listTopics().
1749
private static class Topics {
1750
public List<String> names;
1751
0 commit comments