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



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



