From 5e548ae0dd34a34f6d463af2acc06bd735f957d4 Mon Sep 17 00:00:00 2001 From: Artur Signell Date: Wed, 29 May 2013 16:11:48 +0300 Subject: [PATCH] Fixed javadoc compilation error Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd --- shared/src/com/vaadin/shared/ui/ui/UIState.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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(); -- 2.39.5