pjfanning commented on code in PR #545:
URL: https://github.com/apache/incubator-pekko/pull/545#discussion_r1285259815
##########
persistence/src/main/java/org/apache/pekko/persistence/serialization/MessageFormats.java:
##########
@@ -1616,11 +1616,11 @@ public Builder clearSender() {
}
/**
* <pre>
- * optional int32 redeliveries = 6; // Removed in 2.4
- * repeated string confirms = 7; // Removed in 2.4
- * optional bool confirmable = 8; // Removed in 2.4
- * optional DeliveredMessage confirmMessage = 9; // Removed in 2.4
- * optional string confirmTarget = 10; // Removed in 2.4
+ * optional int32 redeliveries = 6; // Removed in Akka 2.4
Review Comment:
I've removed those `<pre>` blocks now
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]