From 752249d52d1fdda3f3ff36323ddf0a10ee8ee108 Mon Sep 17 00:00:00 2001 From: Leif Åstrand Date: Fri, 4 Apr 2014 15:55:11 +0300 Subject: Fix typo in @OnStateChange javadoc (#12958) Change-Id: I37f40eea6185b682e909da5b3f4c755b20a688e5 --- client/src/com/vaadin/client/annotations/OnStateChange.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/src/com/vaadin/client/annotations/OnStateChange.java b/client/src/com/vaadin/client/annotations/OnStateChange.java index 80c1095458..8223507b7f 100644 --- a/client/src/com/vaadin/client/annotations/OnStateChange.java +++ b/client/src/com/vaadin/client/annotations/OnStateChange.java @@ -27,7 +27,7 @@ import com.vaadin.client.communication.StateChangeEvent; * Marks a method in Connector classes that should be used to handle changes to * specific properties in the connector's shared state. *

- * The annotated method will by called whenever at least one of the named state + * The annotated method will be called whenever at least one of the named state * properties have changed. If multiple listened properties are changed by the * same {@link StateChangeEvent}, the method will only be called once. *

-- cgit v1.2.3