8000
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 3b72141 commit 83324caCopy full SHA for 83324ca
src/main/java/org/kohsuke/github/GHPullRequestReviewComment.java
@@ -339,9 +339,9 @@ public GHPullRequestReviewCommentReactions getReactions() {
339
return reactions;
340
}
341
342
- /**
343
- * The side of the diff to which the comment applies
344
- */
+ /**
+ * The side of the diff to which the comment applies
+ */
345
public static enum Side {
346
RIGHT, LEFT, UNKNOWN;
347
0 commit comments