Skip to content

Commit

Permalink
wrupUp() package private
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Oct 11, 2019
1 parent 7d65e31 commit 29e147f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kohsuke/github/GHIssueEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ public GHIssue getIssue() {
return issue;
}

public GHIssueEvent wrapUp(GitHub root) {
GHIssueEvent wrapUp(GitHub root) {
this.root = root;
return this;
}

public GHIssueEvent wrapUp(GHIssue parent) {
GHIssueEvent wrapUp(GHIssue parent) {
this.issue = parent;
this.root = parent.root;
return this;
Expand Down

0 comments on commit 29e147f

Please sign in to comment.