proost commented on code in PR #727:
URL: https://github.com/apache/datasketches-java/pull/727#discussion_r2963953629
##########
src/test/java/org/apache/datasketches/common/TestUtil.java:
##########
@@ -19,248 +19,122 @@
package org.apache.datasketches.common;
-import java.io.File;
-import java.io.FileOutputStream;
import java.io.IOException;
-import java.io.InputStream;
-import java.io.OutputStream;
-import java.net.URI;
-import java.net.URISyntaxException;
-import java.net.URL;
import java.nio.file.Files;
import java.nio.file.Path;
-import java.nio.file.Paths;
-import java.util.ArrayList;
-import java.util.Arrays;
-import java.util.List;
import java.util.Objects;
/**
* Utilities common to testing
*/
public final class TestUtil {
- private static final String userDir = System.getProperty("user.dir");
Review Comment:
Thank you! it works well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]