Merge "Move {Ref,Change,Project}Control into permissions package"
This commit is contained in:
@@ -83,7 +83,7 @@ public abstract class RefPatternMatcher {
|
||||
}
|
||||
}
|
||||
|
||||
static class ExpandParameters extends RefPatternMatcher {
|
||||
public static class ExpandParameters extends RefPatternMatcher {
|
||||
private final ParameterizedString template;
|
||||
private final String prefix;
|
||||
|
||||
@@ -145,7 +145,7 @@ public abstract class RefPatternMatcher {
|
||||
return ImmutableSet.of();
|
||||
}
|
||||
|
||||
boolean matchPrefix(String ref) {
|
||||
public boolean matchPrefix(String ref) {
|
||||
return ref.startsWith(prefix);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user