Skip to content
Snippets Groups Projects
Commit 16a1d6ef authored by salma-samy's avatar salma-samy
Browse files

update message

parent 77eacce3
Branches update-message
No related merge requests found
......@@ -49,7 +49,8 @@ public class RegistryFactoryImpl implements RegistryFactory {
}
if (uri.getPath() == null) {
throw new URISyntaxException(
uri.toString(), "Registry URL path is not valid -- did you mean to use file://?");
uri.toString(), "Registry URL path is not valid -- did you mean to use file://foo/bar? "
+ "or file:///c:foo for windows?");
}
switch (uri.getScheme()) {
case "http":
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment