Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 0b7dab3

Browse files
committed
Final pass. Fix remaining string references to com.ning.
1 parent 9d555ec commit 0b7dab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

providers/netty-4/src/main/java/org/asynchttpclient/providers/netty_4/NettyResponseFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
public final class NettyResponseFuture<V> extends AbstractListenableFuture<V> {
5050

5151
private final static Logger logger = LoggerFactory.getLogger(NettyResponseFuture.class);
52-
public final static String MAX_RETRY = "com.ning.http.client.providers.netty.maxRetry";
52+
public final static String MAX_RETRY = "org.asynchttpclient.providers.netty.maxRetry";
5353

5454
enum STATE {
5555
NEW,

providers/netty/src/main/java/org/asynchttpclient/providers/netty/NettyResponseFuture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
public final class NettyResponseFuture<V> extends AbstractListenableFuture<V> {
5050

5151
private final static Logger logger = LoggerFactory.getLogger(NettyResponseFuture.class);
52-
public final static String MAX_RETRY = "com.ning.http.client.providers.netty.maxRetry";
52+
public final static String MAX_RETRY = "org.asynchttpclient.providers.netty.maxRetry";
5353

5454
enum STATE {
5555
NEW, POOLED, RECONNECTED, CLOSED,

0 commit comments

Comments
 (0)