Remove redundant public modifier

pull/5489/head
Andy Wilkinson 9 years ago
parent 13971692dc
commit ce71bd997c

@ -339,7 +339,7 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
static class EndpointHypermediaEnabledCondition extends AnyNestedCondition {
public EndpointHypermediaEnabledCondition() {
EndpointHypermediaEnabledCondition() {
super(ConfigurationPhase.REGISTER_BEAN);
}

Loading…
Cancel
Save