Merge "Doc public method in SetAccessUtil"

This commit is contained in:
David Pursehouse
2018-01-29 23:39:11 +00:00
committed by Gerrit Code Review

View File

@@ -203,6 +203,15 @@ public class SetAccessUtil {
}
}
/**
* Updates the parent project in the given config.
*
* @param identifiedUser the user
* @param config the config to modify
* @param projectName the project for which to change access.
* @param newParentProjectName the new parent to set.
* @param checkAdmin if set, verify that user has administrateServer permission
*/
public void setParentName(
IdentifiedUser identifiedUser,
ProjectConfig config,