From: Artur Signell Date: Wed, 29 May 2013 13:11:48 +0000 (+0300) Subject: Fixed javadoc compilation error X-Git-Tag: 7.1.0~90^2~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5e548ae0dd34a34f6d463af2acc06bd735f957d4;p=vaadin-framework.git Fixed javadoc compilation error Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd --- diff --git a/shared/src/com/vaadin/shared/ui/ui/UIState.java b/shared/src/com/vaadin/shared/ui/ui/UIState.java index f01d5d8100..177fe2e7bd 100644 --- a/shared/src/com/vaadin/shared/ui/ui/UIState.java +++ b/shared/src/com/vaadin/shared/ui/ui/UIState.java @@ -19,8 +19,6 @@ import java.io.Serializable; import java.util.ArrayList; import java.util.List; -import com.vaadin.server.LocaleService; -import com.vaadin.server.Page; import com.vaadin.shared.communication.PushMode; import com.vaadin.shared.ui.TabIndexState; @@ -51,11 +49,11 @@ public class UIState extends TabIndexState { } /** - * State related to the {@link Page} class. + * State related to the Page class. */ public PageState pageState = new PageState(); /** - * State related to the {@link LocaleService} class. + * State related to the LocaleService class. */ public LocaleServiceState localeServiceState = new LocaleServiceState();