Skip to content

Commit

Permalink
Update src/main/java/org/kohsuke/github/GHPullRequestReviewComment.java
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Feb 26, 2023
1 parent 0b185f2 commit 3b72141
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,9 @@ public GHPullRequestReviewCommentReactions getReactions() {
return reactions;
}

/**
* The side of the diff to which the comment applies
*/
public static enum Side {
RIGHT, LEFT, UNKNOWN;

Expand Down

0 comments on commit 3b72141

Please sign in to comment.