src/main/java/com/amazonaws/services/neptune/io/DirectoryStructure.java [55:64]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Override
        public void createDirectories(Path directory,
                                      Path nodesDirectory,
                                      Path edgesDirectory,
                                      Path statementsDirectory,
                                      Path resultsDirectory,
                                      Path recordsDirectory) throws IOException {
            Files.createDirectories(resultsDirectory);
        }
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/amazonaws/services/neptune/io/DirectoryStructure.java [66:75]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        @Override
        public void createDirectories(Path directory,
                                      Path nodesDirectory,
                                      Path edgesDirectory,
                                      Path statementsDirectory,
                                      Path resultsDirectory,
                                      Path recordsDirectory) throws IOException {
            Files.createDirectories(resultsDirectory);
        }
    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



