diff --git a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java index 5cf06c6f..f53ba476 100644 --- a/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java +++ b/jpx/src/test/java/io/jenetics/jpx/tool/Normalizer.java @@ -51,8 +51,8 @@ public class Normalizer { ); public static void main(final String[] args) throws Exception { - final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20210102T082742Z-001/"); - final Path outputDir = Paths.get("/home/fwilhelm/Downloads/gpx/normalized/"); + final Path gpxDir = Paths.get("/home/fwilhelm/Downloads/drive-download-20211102T182904Z-001/"); + final Path outputDir = Paths.get("/home/fwilhelm/Downloads/normalized/"); Files.walkFileTree(gpxDir, new SimpleFileVisitor<>() { @Override