(String[] paths)
| 5788 | } |
| 5789 | |
| 5790 | private static String[] getPathsFromListFile(String[] paths) throws IOException { |
| 5791 | return getNonEmptyLines(paths[0].substring(1)); |
| 5792 | } |
| 5793 | |
| 5794 | private static String[] getNonEmptyLines(String textFile) throws IOException { |
| 5795 | ArrayList<String> lines = new ArrayList<>(); |