Single Character Fix. :|

This commit is contained in:
Jan Philipp Timme 2014-11-04 17:55:27 +01:00
parent 8db001047e
commit 380dbce420
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class CodeEnvironment {
try {
codeFolder = new File(codeLocation.toURI());
} catch (URISyntaxException e) {
System.err.println("Could not convert codeLocation ÚRL to File!");
System.err.println("Could not convert codeLocation URL to File!");
e.printStackTrace();
}
return CodeEnvironment.getFileListFromFolder(codeFolder);