aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/com/vaadin/client/annotations/OnStateChange.java2
1 files changed, 1 insertions, 1 deletions
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.
* <p>
- * 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.
* <p>