diff options
author | Artur Signell <artur@vaadin.com> | 2013-05-29 16:11:48 +0300 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2013-05-29 16:11:48 +0300 |
commit | 5e548ae0dd34a34f6d463af2acc06bd735f957d4 (patch) | |
tree | 940c7d2581484b5a7e53318955afed6a5f358520 /shared | |
parent | a9afca67ba942afa287be3507eb225e0a7b954e6 (diff) | |
download | vaadin-framework-5e548ae0dd34a34f6d463af2acc06bd735f957d4.tar.gz vaadin-framework-5e548ae0dd34a34f6d463af2acc06bd735f957d4.zip |
Fixed javadoc compilation error
Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd
Diffstat (limited to 'shared')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/ui/UIState.java | 6 |
1 files 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(); |