Skip to content

Commit

Permalink
Cleanup comment in TransportMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
ocoanet committed Sep 13, 2022
1 parent c9d0a9e commit fa5c170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Abc.Zebus/Transport/TransportMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public byte[] GetContentBytes()
/// <summary>
/// Gets back the wrapped transport message that is inside a <see cref="PersistMessageCommand"/>.
/// </summary>
/// <returns></returns>
internal TransportMessage ConvertFromPersistTransportMessage() => new TransportMessage(Id, MessageTypeId, Content, Originator, Environment, WasPersisted, null);

public static byte[] Serialize(TransportMessage transportMessage)
Expand Down

0 comments on commit fa5c170

Please sign in to comment.