Skip to content

Commit

Permalink
[fix][client] Fix the javadoc for startMessageIdInclusive (apache#23508)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeriiii authored Oct 30, 2024
1 parent 69ca0cb commit 170be11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -683,8 +683,7 @@ public interface ConsumerBuilder<T> extends Cloneable {
ConsumerBuilder<T> keySharedPolicy(KeySharedPolicy keySharedPolicy);

/**
* Sets the consumer to include the given position of any reset operation like {@link Consumer#seek(long)} or
* {@link Consumer#seek(MessageId)}}.
* Sets the consumer to include the given position of reset operation {@link Consumer#seek(MessageId)}}.
*
* @return the consumer builder instance
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public interface ReaderBuilder<T> extends Cloneable {
/**
* Set the reader to include the given position of {@link ReaderBuilder#startMessageId(MessageId)}
*
* <p>This configuration option also applies for any cursor reset operation like {@link Reader#seek(MessageId)}.
* <p>This configuration option also applies for cursor reset operation {@link Reader#seek(MessageId)}.
*
* @return the reader builder instance
*/
Expand Down

0 comments on commit 170be11

Please sign in to comment.