Skip to content

Commit 0e0ea7f

Browse files
committed
Fix checkstyle violation
1 parent d2164a1 commit 0e0ea7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/endpoint/jmx/DefaultEndpointObjectNameFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ private String determineDomain() {
8181
return this.environment.getProperty("spring.jmx.default-domain",
8282
"org.springframework.boot");
8383
}
84-
84+
8585
private boolean hasMBean(String baseObjectName) throws MalformedObjectNameException {
8686
ObjectName query = new ObjectName(baseObjectName + ",*");
8787
return !this.mBeanServer.queryNames(query, null).isEmpty();

0 commit comments

Comments
 (0)