Skip to content

Commit ce71bd9

Browse files
committed
Remove redundant public modifier
1 parent 1397169 commit ce71bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-actuator/src/main/java/org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public Map<String, Object> getEmbedded() {
339339

340340
static class EndpointHypermediaEnabledCondition extends AnyNestedCondition {
341341

342-
public EndpointHypermediaEnabledCondition() {
342+
EndpointHypermediaEnabledCondition() {
343343
super(ConfigurationPhase.REGISTER_BEAN);
344344
}
345345

0 commit comments

Comments
 (0)