Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lachja committed Jul 13, 2023
1 parent 6791cbf commit bff5978
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ public long amountOfSequences() {
}

/**
* Fetches the next maximum index for a sequence that should be used when inserting a new item into the databse for
* Fetches the next maximum index for a sequence that should be used when inserting a new item into the database for
* this {@code sequence}.
*
* @param sequenceIdentifier The identifier of the sequence to fetch the next index for.
Expand Down Expand Up @@ -614,7 +614,7 @@ public Builder() {
}

/**
* Sets the processing group, which is used for storing and quering which event processor the deadlettered item
* Sets the processing group, which is used for storing and querying which event processor the deadlettered item
* belonged to.
*
* @param processingGroup The processing group of this {@link SequencedDeadLetterQueue}.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ public long amountOfSequences() {
}

/**
* Fetches the next maximum index for a sequence that should be used when inserting a new item into the databse for
* Fetches the next maximum index for a sequence that should be used when inserting a new item into the database for
* this {@code sequence}.
*
* @param sequenceIdentifier The identifier of the sequence to fetch the next index for.
Expand Down Expand Up @@ -619,7 +619,7 @@ public Builder() {
}

/**
* Sets the processing group, which is used for storing and quering which event processor the deadlettered item
* Sets the processing group, which is used for storing and querying which event processor the deadlettered item
* belonged to.
*
* @param processingGroup The processing group of this {@link SequencedDeadLetterQueue}.
Expand Down

0 comments on commit bff5978

Please sign in to comment.