Commit ce71bd99 authored by Andy Wilkinson's avatar Andy Wilkinson

Remove redundant public modifier

parent 13971692
...@@ -339,7 +339,7 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration { ...@@ -339,7 +339,7 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
static class EndpointHypermediaEnabledCondition extends AnyNestedCondition { static class EndpointHypermediaEnabledCondition extends AnyNestedCondition {
public EndpointHypermediaEnabledCondition() { EndpointHypermediaEnabledCondition() {
super(ConfigurationPhase.REGISTER_BEAN); super(ConfigurationPhase.REGISTER_BEAN);
} }
......
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