Skip to content

Commit ecb374a

Browse files
author
Stephane Landelle
committed
PR didn't compile...
1 parent 65579bd commit ecb374a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,6 @@ public static int defaultSpdyMaxConcurrentStreams() {
140140
}
141141

142142
public static boolean defaultAcceptAnyCertificate() {
143-
return getBoolean(ASYNC_CLIENT + "acceptAnyCertificate", false);
143+
return getBooleanValue(ASYNC_CLIENT + "acceptAnyCertificate", false);
144144
}
145145
}

0 commit comments

Comments
 (0)