Skip to content

Commit 2a76d63

Browse files
author
Simon MacMullen
committed
Maybe a tiny bit clearer.
1 parent 09c3c93 commit 2a76d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/AlreadyClosedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public AlreadyClosedException(ShutdownSignalException sse)
3131
sse.isInitiatedByApplication(),
3232
sse.getReason(),
3333
sse.getReference(),
34-
(sse.isHardError() ? "connection" : "channel" + " is already closed due to "));
34+
(sse.isHardError() ? "connection" : "channel" + " is already closed due to previous "));
3535
}
3636
}

0 commit comments

Comments
 (0)