Skip to content

Commit a59f4f0

Browse files
committed
Sync ProtonJ2
1 parent 7dca242 commit a59f4f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/qpid/org/apache/qpid/protonj2/client/impl/ClientDeliveryState.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ public static class ClientRejected extends ClientDeliveryState {
186186

187187
private final Rejected rejected = new Rejected();
188188

189-
ClientRejected(Rejected rejected) {
190-
if (rejected.getError() != null) {
191-
rejected.setError(rejected.getError().copy());
189+
ClientRejected(Rejected source) {
190+
if (source.getError() != null) {
191+
rejected.setError(source.getError().copy());
192192
}
193193
}
194194

0 commit comments

Comments
 (0)