Fix build failure

This commit is contained in:
Stephane Nicoll 2019-03-14 19:34:19 +01:00
parent 0e0ea7f00a
commit c115ee1550
1 changed files with 1 additions and 2 deletions

View File

@ -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);