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:
Edwin Kempin
2013-12-04 09:23:12 +01:00
parent 3fb08acd15
commit f10d025469
2 changed files with 7 additions and 7 deletions

View File

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