mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-11-30 03:08:01 +08:00
delete duplicate startLocalZkServer (#2062)
This commit is contained in:
parent
46f46ed795
commit
fbf05de39b
@ -80,7 +80,6 @@ public class ZKServer {
|
||||
*/
|
||||
public static void startLocalZkServer(final int port) {
|
||||
startLocalZkServer(port, org.apache.commons.io.FileUtils.getTempDirectoryPath() + File.separator + "test-" + System.currentTimeMillis());
|
||||
startLocalZkServer(port, org.apache.commons.io.FileUtils.getTempDirectoryPath() + "test-" + System.currentTimeMillis());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user