Skip to content

Commit f101f54

Browse files
author
Stephane Landelle
committed
align with 1.9
1 parent a7d646d commit f101f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/org/asynchttpclient/util/AsyncHttpProviderUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*/
3131
public class AsyncHttpProviderUtils {
3232

33-
public static final IOException REMOTELY_CLOSED_EXCEPTION = new IOException("Remotely Closed");
33+
public static final IOException REMOTELY_CLOSED_EXCEPTION = new IOException("Remotely closed");
3434

3535
static {
3636
REMOTELY_CLOSED_EXCEPTION.setStackTrace(new StackTraceElement[] {});

0 commit comments

Comments
 (0)