Merge "Permissions may be lost when matching expanding params"

This commit is contained in:
ekempin
2017-04-24 15:40:39 +00:00
committed by Gerrit Code Review

View File

@@ -98,7 +98,6 @@ public class PermissionCollection {
perUser = true;
if (sm.match(ref, user)) {
sectionToProject.put(sm.section, sm.project);
break;
}
} else if (sm.match(ref, null)) {
sectionToProject.put(sm.section, sm.project);