Merge branch '2.0.x'

pull/13076/head
Phillip Webb 7 years ago
commit cff552fb05

@ -115,12 +115,12 @@ public final class EndpointRequest {
/**
* Base class for supported request matchers.
*/
private static abstract class AbstractRequestMatcher
private abstract static class AbstractRequestMatcher
extends ApplicationContextRequestMatcher<WebApplicationContext> {
private volatile RequestMatcher delegate;
public AbstractRequestMatcher() {
AbstractRequestMatcher() {
super(WebApplicationContext.class);
}

Loading…
Cancel
Save