Skip to content
Snippets Groups Projects
Commit bebc6030 authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] commit on 26 SEP caused multiple unit test failures

parent b7d330cd
No related branches found
No related tags found
No related merge requests found
......@@ -91,8 +91,8 @@ public class InputSource {
*/
public InputSource(File file) throws MalformedURLException {
// https://stackoverflow.com/questions/6098472/pass-a-local-file-in-to-url-in-java
// this(new URL(file.getPath()));
this (file.toURI().toURL());
this(new URL(file.getPath()));
// this (file.toURI().toURL());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment