Package com.google.gerrit.common
Class ProjectAccessUtil
- java.lang.Object
-
- com.google.gerrit.common.ProjectAccessUtil
-
public class ProjectAccessUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectAccessUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<AccessSection>
mergeSections(List<AccessSection> src)
static List<AccessSection>
removeEmptyPermissionsAndSections(List<AccessSection> src)
-
-
-
Method Detail
-
mergeSections
public static List<AccessSection> mergeSections(List<AccessSection> src)
-
removeEmptyPermissionsAndSections
public static List<AccessSection> removeEmptyPermissionsAndSections(List<AccessSection> src)
-
-