Skip to content

Commit 7a30758

Browse files
committed
Fix Javadoc
1 parent be80c81 commit 7a30758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/rabbitmq/stream/Message.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public interface Message {
3333
*
3434
* <p>Publishing IDs are used for de-duplication of outbound messages. They are not persisted.
3535
*
36-
* @return true if a the message has a publishing ID, false otherwise
36+
* @return true if the message has a publishing ID, false otherwise
3737
*/
3838
boolean hasPublishingId();
3939

0 commit comments

Comments
 (0)