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 4a52e45 commit bd5a434Copy full SHA for bd5a434
client/src/main/java/org/asynchttpclient/uri/Uri.java
@@ -135,7 +135,7 @@ public String toUrl() {
135
}
136
137
/**
138
- * @return <scheme>://<hostname>(:<port>). Port is ommitted if it matches the scheme's default one.
+ * @return [scheme]://[hostname](:[port]). Port is ommitted if it matches the scheme's default one.
139
*/
140
public String toBaseUrl() {
141
StringBuilder sb = StringUtils.stringBuilder();
0 commit comments