Skip to content

Commit bd5a434

Browse files
committed
Fix javadoc
1 parent 4a52e45 commit bd5a434

File tree

1 file changed

+1
-1
lines changed
  • client/src/main/java/org/asynchttpclient/uri

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/uri/Uri.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public String toUrl() {
135135
}
136136

137137
/**
138-
* @return <scheme>://<hostname>(:<port>). Port is ommitted if it matches the scheme's default one.
138+
* @return [scheme]://[hostname](:[port]). Port is ommitted if it matches the scheme's default one.
139139
*/
140140
public String toBaseUrl() {
141141
StringBuilder sb = StringUtils.stringBuilder();

0 commit comments

Comments
 (0)