From fa62729e243df9cea8fd3c93cf10a96b7f9c713c Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Tue, 10 Oct 2017 13:14:59 +0200 Subject: Fix typos (#10158) --- shared/src/main/java/com/vaadin/shared/annotations/NoLayout.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/src') 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. -- cgit v1.2.3