Polish "Use existing properties field"

See gh-17129
pull/17132/head
Stephane Nicoll 6 years ago
parent 725cbd9bc8
commit 46c2da4a19

@ -113,7 +113,7 @@ public class WebEndpointAutoConfiguration {
@Bean
@ConditionalOnMissingBean
public PathMappedEndpoints pathMappedEndpoints(Collection<EndpointsSupplier<?>> endpointSuppliers) {
return new PathMappedEndpoints(properties.getBasePath(), endpointSuppliers);
return new PathMappedEndpoints(this.properties.getBasePath(), endpointSuppliers);
}
@Bean

Loading…
Cancel
Save