Skip to content

Commit b00a9fa

Browse files
committed
Fix: Add missing parameter
1 parent 74db42a commit b00a9fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public GHDiscussion create() throws IOException {
6464
/**
6565
* Update a discussion with all the parameters.
6666
*
67+
* @param number
68+
* number of the discussion to be updated
6769
* @return the gh discussion
6870
* @throws IOException
6971
* if discussion cannot be updated

0 commit comments

Comments
 (0)