1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Remove unused MvcReqestMatcher.getMvcPattern (#4034)

This commit is contained in:
Joe Grandja
2016-08-19 15:38:19 -04:00
committed by Rob Winch
parent 9dc3242db3
commit e0d9487e6b
@@ -123,10 +123,6 @@ public class MvcRequestMatcher implements RequestMatcher, RequestVariablesExtrac
return this.servletPath;
}
protected final String getMvcPattern() {
return this.pattern;
}
private class DefaultMatcher implements RequestMatcher, RequestVariablesExtractor {
private final UrlPathHelper pathHelper = new UrlPathHelper();