Minor documentation fix on canCreateProject()

Change-Id: I727358c110b3840d1733e9eac9faf0179022a39d
This commit is contained in:
Chad Horohoe
2012-06-14 15:36:16 -04:00
parent 6ab2abe8ef
commit b6ac8d2609

View File

@@ -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();