Skip to content

Commit 57e5535

Browse files
committed
javadoc
1 parent 8a6f641 commit 57e5535

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/AsyncHttpClientRegistryImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class AsyncHttpClientRegistryImpl implements AsyncHttpClientRegistry {
2828

2929
/**
3030
* Returns a singleton instance of AsyncHttpClientRegistry
31-
* @return
31+
* @return the current instance
3232
*/
3333
public static AsyncHttpClientRegistry getInstance() {
3434
if (_instance == null) {

0 commit comments

Comments
 (0)