Skip to content

Commit

Permalink
Merge pull request #11326 from qmonmert/typo081124-2
Browse files Browse the repository at this point in the history
Clean code
  • Loading branch information
murdos authored Nov 9, 2024
2 parents de3ae98 + ca075f0 commit 7cee511
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,11 @@ public StringAsserter notBlank() {
}

/**
* Ensure that the value does not contain whitespace
* Ensure that the value does not contain whitespace
*
* @return The current asserter
* @throws MissingMandatoryValueException
* if the value contain whitespace
* if the value contains whitespace
*/
public StringAsserter noWhitespace() {
notNull();
Expand Down

0 comments on commit 7cee511

Please sign in to comment.