Skip to content

Commit 07cbcc4

Browse files
committed
Fix build
1 parent c376a4c commit 07cbcc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ public Thread newThread(Runnable r) {
11551155
t.setDaemon(true);
11561156
return t;
11571157
}
1158-
})
1158+
});
11591159
}
11601160

11611161
if (applicationThreadPool == null) {
@@ -1165,7 +1165,7 @@ public Thread newThread(Runnable r) {
11651165
t.setDaemon(true);
11661166
return t;
11671167
}
1168-
})
1168+
});
11691169
}
11701170

11711171
if (applicationThreadPool.isShutdown()) {

0 commit comments

Comments
 (0)