Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandell committed Nov 22, 2023
1 parent 5a4dc98 commit 988e5fe
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,11 @@ public HttpResponse doProvision(@QueryParameter String configuration)
/**
* Ensures the executing user has the specified permissions.
*
* @param context The context on which to check the permissions, if <code>null</code> defaults
* to {@link Jenkins} And if {@link Jenkins} is also <code>null</code> then no permission
* checks will be performed.
* @param permissions The list of permissions to be checked. If empty, defaults to Jenkins.ADMINISTER.
* @param context The context on which to check the permissions, if <code>null</code> defaults to
* {@link Jenkins} And if {@link Jenkins} is also <code>null</code> then no permission checks
* will be performed.
* @param permissions The list of permissions to be checked. If empty, defaults to
* Jenkins.ADMINISTER.
* @throws AccessDeniedException If the user lacks the proper permissions.
* @see Jenkins#get()
*/
Expand Down

0 comments on commit 988e5fe

Please sign in to comment.