Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit30c60cd

Browse files
committed
Fix javadoc
1 parentc1e66af commit30c60cd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎client/src/main/java/org/asynchttpclient/filter/ReleasePermitOnComplete.java‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public class ReleasePermitOnComplete {
2020
*
2121
* @param handler the handler to be wrapped
2222
* @param available the Semaphore to be released when the wrapped handler is completed
23+
* @param <T> the handler result type
2324
* @return the wrapped handler
2425
*/
2526
@SuppressWarnings("unchecked")

‎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 isommitted if it matches the scheme's default one.
138+
* @return[scheme]://[hostname](:[port]). Port isomitted if it matches the scheme's default one.
139139
*/
140140
publicStringtoBaseUrl() {
141141
StringBuildersb =StringBuilderPool.DEFAULT.stringBuilder();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp