Commit ac1ad2a1 authored by Phillip Webb's avatar Phillip Webb

Polish

parent 2469f0ba
...@@ -33,6 +33,7 @@ import org.springframework.web.bind.annotation.ResponseBody; ...@@ -33,6 +33,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
*/ */
@ConfigurationProperties("endpoints.actuator") @ConfigurationProperties("endpoints.actuator")
public class HalJsonMvcEndpoint extends AbstractMvcEndpoint { public class HalJsonMvcEndpoint extends AbstractMvcEndpoint {
private final ManagementServletContext managementServletContext; private final ManagementServletContext managementServletContext;
public HalJsonMvcEndpoint(ManagementServletContext managementServletContext) { public HalJsonMvcEndpoint(ManagementServletContext managementServletContext) {
......
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