8000 Update src/main/java/org/kohsuke/github/GHPullRequestReviewComment.java · hub4j/github-api@83324ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 83324ca

Browse files
authored
Update src/main/java/org/kohsuke/github/GHPullRequestReviewComment.java
1 parent 3b72141 commit 83324ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ public GHPullRequestReviewCommentReactions getReactions() {
339339
return reactions;
340340
}
341341

342-
/**
343-
* The side of the diff to which the comment applies
344-
*/
342+
/**
343+
* The side of the diff to which the comment applies
344+
*/
345345
public static enum Side {
346346
RIGHT, LEFT, UNKNOWN;
347347

0 commit comments

Comments
 (0)
0