Doc public method in SetAccessUtil

Change-Id: Ic5377961af69808e2f01031c16fe54814c5525cd
This commit is contained in:
Han-Wen Nienhuys
2018-01-24 21:08:03 +01:00
parent d93390efd8
commit 0d2c9daf75

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,