Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Bughue committed Feb 28, 2024
1 parent 547df7e commit cfbb664
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public SendResult doSendMessageInTransaction(final Message msg, long timeout, St
if (msg.getDelayTimeLevel() != 0) {
MessageAccessor.clearProperty(msg, MessageConst.PROPERTY_DELAY_TIME_LEVEL);
}

Validators.checkMessage(msg, this);

SendResult sendResult = null;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ public class SeataMQProducerFactory {
*/
private static SeataMQProducer defaultProducer;


public static SeataMQProducer createSingle(String nameServer, String producerGroup) throws MQClientException {
return createSingle(nameServer, null, producerGroup, null);
}
Expand All @@ -61,5 +60,4 @@ public static SeataMQProducer createSingle(String nameServer, String namespace,
public static SeataMQProducer getProducer() {
return defaultProducer;
}

}

0 comments on commit cfbb664

Please sign in to comment.