Skip to content

Commit 713054c

Browse files
author
Stephane Landelle
committed
Fix build after revert
1 parent 4e5b834 commit 713054c

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
@@ -135,6 +135,6 @@ public static int defaultSpdyMaxConcurrentStreams() {
135135
}
136136

137137
public static boolean defaultAcceptAnyCertificate() {
138-
return getBooleanValue(ASYNC_CLIENT + "acceptAnyCertificate", false);
138+
return getBoolean(ASYNC_CLIENT + "acceptAnyCertificate", false);
139139
}
140140
}

0 commit comments

Comments
 (0)