We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be80c81 commit 7a30758Copy full SHA for 7a30758
src/main/java/com/rabbitmq/stream/Message.java
@@ -33,7 +33,7 @@ public interface Message {
33
*
34
* <p>Publishing IDs are used for de-duplication of outbound messages. They are not persisted.
35
36
- * @return true if a the message has a publishing ID, false otherwise
+ * @return true if the message has a publishing ID, false otherwise
37
*/
38
boolean hasPublishingId();
39
0 commit comments