From e18177bac62e8367829dfc5ec3083a09973e621e Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 29 Aug 2012 11:30:17 +0300 Subject: Renamed com.vaadin.terminal -> com.vaadin.server (#9431) --- shared/src/com/vaadin/shared/ComponentState.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/src') 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 -- cgit v1.2.3