Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RDPerera committed Sep 18, 2023
1 parent 99aa177 commit f421f48
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ public static Object abandon(BObject receiverClient, BMap<BString, Object> messa
try {
ServiceBusReceiverClient receiver = getReceiverFromBObject(receiverClient);
ServiceBusReceivedMessage nativeMessage = getNativeMessage(message);
;
receiver.abandon(nativeMessage);
LOGGER.debug(String.format("Done abandoning a message(Id: %s) using its lock token from %n%s",
nativeMessage.getMessageId(), receiver.getEntityPath()));
Expand Down

0 comments on commit f421f48

Please sign in to comment.