Skip to content

Commit

Permalink
Update uri schema
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Aug 30, 2024
1 parent 885fabe commit 77ff907
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public String getUri() {
if (url == null) {
StringBuilder sb = new StringBuilder(128);
if (schema != null) {
sb.append(schema);
sb.append(schema).append("://");
}
sb.append(host);
if (port != null) {
Expand Down

0 comments on commit 77ff907

Please sign in to comment.