We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09c3d2c commit 79fc273Copy full SHA for 79fc273
schema_salad/java/main_utils/LoadingOptions.java
@@ -65,7 +65,7 @@ public String expandUrl(
65
}
66
67
if (!this.vocab.isEmpty() && url.contains(":")) {
68
- String prefix = url.split(":", 1)[0];
+ String prefix = url.split(":")[0];
69
if (this.vocab.containsKey(prefix)) {
70
url = this.vocab.get(prefix) + url.substring(prefix.length() + 1);
71
0 commit comments