diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-10 13:14:59 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <tsuoanttila@users.noreply.github.com> | 2017-10-10 14:14:59 +0300 |
commit | fa62729e243df9cea8fd3c93cf10a96b7f9c713c (patch) | |
tree | 6f905e6f8c50048805edd6444f261e718c9576ab /shared | |
parent | ab18b6c58ef819dbc0049c4713cf06209d5abc47 (diff) | |
download | vaadin-framework-fa62729e243df9cea8fd3c93cf10a96b7f9c713c.tar.gz vaadin-framework-fa62729e243df9cea8fd3c93cf10a96b7f9c713c.zip |
Fix typos (#10158)
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java b/shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java index fe19550f88..c7a00c9c25 100644 --- a/shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java +++ b/shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java @@ -21,7 +21,7 @@ import java.lang.annotation.Target; /** * Annotation used to mark client RPC methods, state fields, or state setter - * methods that should not trigger an layout phase after changes have been + * methods that should not trigger a layout phase after changes have been * processed. Whenever there's at least one change that is not marked with this * annotation, the framework will assume some sizes might have changed an will * therefore start a layout phase after applying the changes. |