Skip to content

Commit 93c745c

Browse files
committed
Fix typo.
1 parent 8f7752d commit 93c745c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ public List<RequestFilter> getRequestFilters() {
443443
* @since 2.0.0
444444
*/
445445
public boolean hasResponseFilters() {
446-
return !requestFilters.isEmpty();
446+
return !responseFilters.isEmpty();
447447
}
448448

449449
/**

0 commit comments

Comments
 (0)