NO-JIRA: Removing duplciate code
This commit is contained in:
parent
6cacdd9e32
commit
86779195fa
|
@ -155,10 +155,6 @@ public class ProtonServerReceiverContext extends ProtonInitializable implements
|
||||||
}
|
}
|
||||||
receiver = ((Receiver) delivery.getLink());
|
receiver = ((Receiver) delivery.getLink());
|
||||||
|
|
||||||
if (delivery.isPartial()) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
Transaction tx = null;
|
Transaction tx = null;
|
||||||
|
|
||||||
byte[] data;
|
byte[] data;
|
||||||
|
|
Loading…
Reference in New Issue