File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
client/src/main/java/org/asynchttpclient Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ public class ReleasePermitOnComplete {
20
20
*
21
21
* @param handler the handler to be wrapped
22
22
* @param available the Semaphore to be released when the wrapped handler is completed
23
+ * @param <T> the handler result type
23
24
* @return the wrapped handler
24
25
*/
25
26
@ SuppressWarnings ("unchecked" )
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ public String toUrl() {
135
135
}
136
136
137
137
/**
138
- * @return < scheme> ://< hostname>(:< port> ). Port is ommitted if it matches the scheme's default one.
138
+ * @return [ scheme] ://[ hostname](:[ port] ). Port is omitted if it matches the scheme's default one.
139
139
*/
140
140
public String toBaseUrl () {
141
141
StringBuilder sb = StringBuilderPool .DEFAULT .stringBuilder ();
You can’t perform that action at this time.
0 commit comments