Browse Source

Fix build failure

pull/16235/head
Stephane Nicoll 7 years ago
parent
commit
c115ee1550
  1. 3
      spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/jmx/DefaultEndpointObjectNameFactoryTests.java

3
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/endpoint/jmx/DefaultEndpointObjectNameFactoryTests.java

@ -42,8 +42,7 @@ public class DefaultEndpointObjectNameFactoryTests { @@ -42,8 +42,7 @@ public class DefaultEndpointObjectNameFactoryTests {
private final MockEnvironment environment = new MockEnvironment();
private final JmxEndpointProperties properties = new JmxEndpointProperties(
this.environment);
private final JmxEndpointProperties properties = new JmxEndpointProperties();
private final MBeanServer mBeanServer = mock(MBeanServer.class);

Loading…
Cancel
Save