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

[Terry N.] add not about proper URL scheme

parent c420cc2c
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ public class InputSource { ...@@ -74,7 +74,7 @@ public class InputSource {
* may use the given string as a fully qualified URI that needs resolving. * may use the given string as a fully qualified URI that needs resolving.
* *
* @param uri The URI to open * @param uri The URI to open
* @throws MalformedURLException if uri can not be resolved as a URL * @throws MalformedURLException if uri can not be resolved as a URL complete with proper scheme
*/ */
public InputSource(String uri) throws MalformedURLException { public InputSource(String uri) throws MalformedURLException {
this(new File(uri)); this(new File(uri));
......
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