Skip to content

Commit b4e11d4

Browse files
authored
Update src/main/java/org/kohsuke/github/GHPullRequestReviewCommentBuilder.java
1 parent 64f1332 commit b4e11d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public GHPullRequestReviewCommentBuilder lines(int startLine, int endLine) {
122122
* @return the gh pull request review comment builder
123123
*/
124124
public GHPullRequestReviewCommentBuilder side(GHPullRequestReviewComment.Side side) {
125-
builder.with("side", side.toString().toLowerCase());
125+
builder.with("side", side);
126126
builder.remove("start_side");
127127
return this;
128128
}

0 commit comments

Comments
 (0)