Skip to content

Commit 6dc48cf

Browse files
AutorecoveringConnection#toString should be delegated
1 parent 3c7efa8 commit 6dc48cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/com/rabbitmq/client/impl/recovery/AutorecoveringConnection.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,4 +724,9 @@ public Map<String, RecordedQueue> getRecordedQueues() {
724724
public Map<String, RecordedExchange> getRecordedExchanges() {
725725
return recordedExchanges;
726726
}
727+
728+
@Override
729+
public String toString() {
730+
return this.delegate.toString();
731+
}
727732
}

0 commit comments

Comments
 (0)