Commit 6556bb2e authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle violations

parent 975e986f
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment