Minor documentation fix on canCreateProject()
Change-Id: I727358c110b3840d1733e9eac9faf0179022a39d
This commit is contained in:
@@ -83,7 +83,7 @@ public class CapabilityControl {
|
||||
|| canAdministrateServer();
|
||||
}
|
||||
|
||||
/** @return true if the user can create a group. */
|
||||
/** @return true if the user can create a project. */
|
||||
public boolean canCreateProject() {
|
||||
return canPerform(GlobalCapability.CREATE_PROJECT)
|
||||
|| canAdministrateServer();
|
||||
|
||||
Reference in New Issue
Block a user