mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Remove redundant public modifier
This commit is contained in:
+1
-1
@@ -339,7 +339,7 @@ public class EndpointWebMvcHypermediaManagementContextConfiguration {
|
||||
|
||||
static class EndpointHypermediaEnabledCondition extends AnyNestedCondition {
|
||||
|
||||
public EndpointHypermediaEnabledCondition() {
|
||||
EndpointHypermediaEnabledCondition() {
|
||||
super(ConfigurationPhase.REGISTER_BEAN);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user