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

Commit256d2e4

Browse files
nitinsuranaslandelle
authored andcommitted
Fix AsyncHttpClientFactory#getAsyncHttpClient(AsyncHttpClientConfig),closeAsyncHttpClient#1428
1 parentcaec155 commit256d2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎extras/registry/src/main/java/org/asynchttpclient/extras/registry/AsyncHttpClientFactory.java‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static AsyncHttpClient getAsyncHttpClient() {
6363
publicstaticAsyncHttpClientgetAsyncHttpClient(AsyncHttpClientConfigconfig) {
6464
if (attemptInstantiation()) {
6565
try {
66-
Constructor<AsyncHttpClient>constructor =asyncHttpClientImplClass.getConstructor(DefaultAsyncHttpClientConfig.class);
66+
Constructor<AsyncHttpClient>constructor =asyncHttpClientImplClass.getConstructor(AsyncHttpClientConfig.class);
6767
returnconstructor.newInstance(config);
6868
}catch (Exceptione) {
6969
thrownewAsyncHttpClientImplException("Unable to find the instantiate the class specified by system property : "

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp