Make RefPatternMatcher public so that it can be used from plugins
Change-Id: Ib57ecb0796ac8203db3da19681e0bb859f7f6b50 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class SectionMatcher extends RefPatternMatcher {
|
||||
}
|
||||
|
||||
@Override
|
||||
boolean match(String ref, String username) {
|
||||
public boolean match(String ref, String username) {
|
||||
return this.matcher.match(ref, username);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user