Single Character Fix. :|

This commit is contained in:
Jan Philipp Timme 2014-11-04 17:55:27 +01:00
parent 8db001047e
commit 380dbce420

View File

@ -30,7 +30,7 @@ public class CodeEnvironment {
try { try {
codeFolder = new File(codeLocation.toURI()); codeFolder = new File(codeLocation.toURI());
} catch (URISyntaxException e) { } 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(); e.printStackTrace();
} }
return CodeEnvironment.getFileListFromFolder(codeFolder); return CodeEnvironment.getFileListFromFolder(codeFolder);