Remove redundant public modifier

This commit is contained in:
Andy Wilkinson 2016-02-24 12:51:33 +00:00
parent 13971692dc
commit ce71bd997c
1 changed files with 1 additions and 1 deletions

View File

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