Skip to content

Commit 5d206ab

Browse files
committed
Add doc for new parameter
1 parent 51c80da commit 5d206ab

File tree

1 file changed

+3
-0
lines changed
  • SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/admin

1 file changed

+3
-0
lines changed

SpiNNaker-allocserv/src/main/java/uk/ac/manchester/spinnaker/alloc/admin/UserControl.java

+3
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,9 @@ private static UserRecord sketchUser(Row row) {
353353
*
354354
* @param user
355355
* The description of the user to create.
356+
* @param urlGen
357+
* How to construct the URL for a group membership in the
358+
* response. If {@code null}, the memberships will be omitted.
356359
* @return A description of the created user, or {@link Optional#empty()} if
357360
* the user exists already.
358361
*/

0 commit comments

Comments
 (0)