Skip to content

Commit

Permalink
fix(javadoc): MessageExample
Browse files Browse the repository at this point in the history
  • Loading branch information
Pakisan committed Jan 17, 2024
1 parent 5f12b19 commit 9bd4dcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
public class MessageExample extends ExtendableObject {

/**
* The value of this field MUST validate against the {@link Message#getHeaders()} headers field.
* The value of this field MUST validate against the {@link Message} headers field.
*/
@Nullable
public Map<String, Object> headers;

/**
* The value of this field MUST validate against the Message {@link Message#getPayload()} field.
* The value of this field MUST validate against the Message {@link Message} payload field.
*/
@Nullable
public Map<String, Object> payload;
Expand Down

0 comments on commit 9bd4dcf

Please sign in to comment.