Skip to content

Commit

Permalink
Apply spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
VincenzoArceri committed Aug 23, 2023
1 parent 12d3f43 commit 83cc1c1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ public String toString() {
* Checks whether this regular expression recognize a string made just of
* whitespaces.
*
* @return {@code true} if this regular expression recognize a string made just
* of whitespaces, {@code false} otherwise.
* @return {@code true} if this regular expression recognize a string made
* just of whitespaces, {@code false} otherwise.
*/
protected abstract boolean readsWhiteSpaceString();

Expand Down

0 comments on commit 83cc1c1

Please sign in to comment.