We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3503ff6 commit e7b76bfCopy full SHA for e7b76bf
src/main/java/org/kohsuke/github/GHIssueComment.java
@@ -32,6 +32,8 @@
32
* Comment to the issue
33
*
34
* @author Kohsuke Kawaguchi
35
+ * @see GHIssue#comment(String)
36
+ * @see GHIssue#listComments()
37
*/
38
public class GHIssueComment extends GHObject implements Reactable {
39
GHIssue owner;
0 commit comments