Commit cb1eed42 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent e1fd9df7
......@@ -49,7 +49,7 @@ public class ServletManagementContextAutoConfiguration {
@Bean
public ManagementServletContext managementServletContext(
WebEndpointProperties properties) {
return () -> properties.getBasePath();
return properties::getBasePath;
}
// Put Servlets and Filters in their own nested class so they don't force early
......
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