Delete sysout.println call from MBean*Tests
This commit is contained in:
parent
edeb11c556
commit
4957131a7b
|
|
@ -47,7 +47,6 @@ public class MBeanServerConnectionFactoryBeanTests extends AbstractMBeanServerTe
|
||||||
public void getUrl() {
|
public void getUrl() {
|
||||||
int port = SocketUtils.findAvailableTcpPort(9800, 9900);
|
int port = SocketUtils.findAvailableTcpPort(9800, 9900);
|
||||||
this.serviceUrl = "service:jmx:jmxmp://localhost:" + port;
|
this.serviceUrl = "service:jmx:jmxmp://localhost:" + port;
|
||||||
System.out.println(port);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue