mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-23 14:40:00 +00:00
Delete sysout.println call from MBean*Tests
This commit is contained in:
-1
@@ -47,7 +47,6 @@ public class MBeanServerConnectionFactoryBeanTests extends AbstractMBeanServerTe
|
||||
public void getUrl() {
|
||||
int port = SocketUtils.findAvailableTcpPort(9800, 9900);
|
||||
this.serviceUrl = "service:jmx:jmxmp://localhost:" + port;
|
||||
System.out.println(port);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user