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

[Terry N.] formatting

parent 7a4a6831
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ public class InputSource {
String[] stripped_file = URIUtils.stripFile(URLDecoder.decode(realURL, "UTF-8"));
String path = stripped_file[0];
System.out.println("InputSource extractBaseUrl() " + path);
System.out.println("InputSource: extractBaseUrl(): " + path);
// Would this really work? What if the uri is a URN?
int index = path.lastIndexOf("/");
......
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