Skip to content

Commit

Permalink
chore: fix greater than sign in javadoc (#14120) (#14121)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaadin-bot authored Jul 1, 2022
1 parent f89213c commit 4b3fef5
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 4b3fef5

Please sign in to comment.