Skip to content

Commit 0cc215e

Browse files
authored
Merge pull request AsyncHttpClient#1249 from doom369/master
AsyncHttpClient#1246 added "ThreadSafe" in comments section for DefaultAsyncHttpClient
2 parents ba16cfc + d72b89e commit 0cc215e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/src/main/java/org/asynchttpclient/DefaultAsyncHttpClient.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
import org.slf4j.Logger;
3434
import org.slf4j.LoggerFactory;
3535

36+
/**
37+
* Default and threadsafe implementation of {@link AsyncHttpClient}.
38+
*/
3639
public class DefaultAsyncHttpClient implements AsyncHttpClient {
3740

3841
private final static Logger LOGGER = LoggerFactory.getLogger(DefaultAsyncHttpClient.class);

0 commit comments

Comments
 (0)