Remove redundant public modifier

This commit is contained in:
Andy Wilkinson
2016-02-24 12:51:33 +00:00
parent 13971692dc
commit ce71bd997c

View File

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