Skip to content

Commit

Permalink
add javadoc for parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cashlalala committed Oct 8, 2018
1 parent 126c7a6 commit 71a1c3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ public PluginPatchsetCreatedEvent() {
* @param excludeDrafts if drafts should be excluded or not.
* @param excludeTrivialRebase if trivial rebases should be excluded or not.
* @param excludeNoCodeChange if message-only changes should be excluded.
* @param excludePrivateState if private state changes should be excluded.
* @param excludeWipState if wip state changes should be excluded.
*/
@DataBoundConstructor
public PluginPatchsetCreatedEvent(boolean excludeDrafts,
Expand Down

0 comments on commit 71a1c3e

Please sign in to comment.