Skip to content

Commit 3191499

Browse files
stv8slandelle
authored andcommitted
Fix minor typo in AsyncHttpClientConfig.java (AsyncHttpClient#1534)
1 parent 809b46e commit 3191499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public interface AsyncHttpClientConfig {
164164
/**
165165
* Return the list of {@link RequestFilter}
166166
*
167-
* @return Unmodifiable list of {@link ResponseFilter}
167+
* @return Unmodifiable list of {@link RequestFilter}
168168
*/
169169
List<RequestFilter> getRequestFilters();
170170

0 commit comments

Comments
 (0)