Skip to content

Commit

Permalink
chore: fix greater than sign in javadoc (#14120)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollovati authored Jul 1, 2022
1 parent 4f76293 commit 37abfdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ default Validator<V> getDefaultValidator() {
* *&#47;
* &#64;Override
* public Validator getDefaultValidator() {
* return (value, valueContext) -> clientSideValid ? ValidationResult.ok()
* return (value, valueContext) -&gt; clientSideValid ? ValidationResult.ok()
* : ValidationResult.error("Invalid date format");
* }
*
Expand Down

0 comments on commit 37abfdd

Please sign in to comment.