diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ComponentState.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/ComponentState.java b/shared/src/com/vaadin/shared/ComponentState.java index ac6f1185bf..1b08f9b2d2 100644 --- a/shared/src/com/vaadin/shared/ComponentState.java +++ b/shared/src/com/vaadin/shared/ComponentState.java @@ -155,7 +155,7 @@ public class ComponentState extends SharedState { /** * Returns true if the component is in immediate mode. * - * @see com.vaadin.terminal.VariableOwner#isImmediate() + * @see com.vaadin.server.VariableOwner#isImmediate() * * @return true if the component is in immediate mode */ @@ -166,7 +166,7 @@ public class ComponentState extends SharedState { /** * Sets or resets the immediate mode for a component. * - * @see com.vaadin.terminal.VariableOwner#setImmediate() + * @see com.vaadin.server.VariableOwner#setImmediate() * * @param immediate * new mode for the component |