Skip to content

Instantly share code, notes, and snippets.

@kenglxn
Last active December 21, 2015 04:19
Show Gist options
  • Save kenglxn/6248450 to your computer and use it in GitHub Desktop.
Save kenglxn/6248450 to your computer and use it in GitHub Desktop.
ArrayList<File> files = new ArrayList<File>();
for (FileSystemResource csv : processCsvFiles) {
files.add(csv.getFile());
}
return files.toArray(new File[files.size()]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment