Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5d09e6d

Browse filesBrowse files
Update src/main/java/org/kohsuke/github/GHDiscussion.java
Remove `this.root` as it is already set with the org Co-authored-by: Liam Newman <bitwiseman@gmail.com>
1 parent 2613ce0 commit 5d09e6d
Copy full SHA for 5d09e6d

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/main/java/org/kohsuke/github/GHDiscussion.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GHDiscussion.java
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public GHDiscussion wrapUp(GitHub root) {
3434

3535
public GHDiscussion wrapUp(GHOrganization owner) {
3636
this.organization = owner;
37-
this.root = owner.root;
3837
return this;
3938
}
4039

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.