Skip to content

Commit

Permalink
format HasValidator.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tepi authored Nov 14, 2024
1 parent 9c83382 commit 390638b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,8 @@ default Validator<V> getDefaultValidator() {
*
* // Each web component has a way to communicate its validation status
* // to its server-side component instance. The following
* // clientSideValid
* // state is introduced here just for the sake of simplicity of this
* // code
* // snippet:
* // clientSideValid state is introduced here just for the sake of
* // simplicity of this code snippet:
* boolean clientSideValid = true;
*
* /**
Expand Down

0 comments on commit 390638b

Please sign in to comment.