Remove unused MvcReqestMatcher.getMvcPattern (#4033)
This commit is contained in:
parent
c6366baee2
commit
4d460b2ec9
|
@ -123,10 +123,6 @@ public class MvcRequestMatcher implements RequestMatcher, RequestVariablesExtrac
|
||||||
return this.servletPath;
|
return this.servletPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected final String getMvcPattern() {
|
|
||||||
return this.pattern;
|
|
||||||
}
|
|
||||||
|
|
||||||
private class DefaultMatcher implements RequestMatcher, RequestVariablesExtractor {
|
private class DefaultMatcher implements RequestMatcher, RequestVariablesExtractor {
|
||||||
|
|
||||||
private final UrlPathHelper pathHelper = new UrlPathHelper();
|
private final UrlPathHelper pathHelper = new UrlPathHelper();
|
||||||
|
|
Loading…
Reference in New Issue