delete duplicate startLocalZkServer (#2062)
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