Single Character Fix. :|
This commit is contained in:
parent
8db001047e
commit
380dbce420
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue