Polish
Closes gh-6817
This commit is contained in:
committed by
Stephane Nicoll
parent
b7da0bd301
commit
4b9f6869f0
@@ -374,11 +374,6 @@ public class EndpointWebMvcChildContextConfiguration {
|
||||
super(TomcatEmbeddedServletContainerFactory.class);
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getOrder() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void customize(TomcatEmbeddedServletContainerFactory container) {
|
||||
AccessLogValve accessLogValve = findAccessLogValve(container);
|
||||
|
||||
@@ -43,7 +43,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
import static org.springframework.hateoas.mvc.ControllerLinkBuilder.linkTo;
|
||||
|
||||
/**
|
||||
* Integration tests for {@link HalBrowserMvcEndpoint} when a custom server context path
|
||||
* Integration tests for {@link HalBrowserMvcEndpoint} when a custom server servlet path
|
||||
* has been configured.
|
||||
*
|
||||
* @author Dave Syer
|
||||
|
||||
Reference in New Issue
Block a user