]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed javadoc compilation error
authorArtur Signell <artur@vaadin.com>
Wed, 29 May 2013 13:11:48 +0000 (16:11 +0300)
committerArtur Signell <artur@vaadin.com>
Wed, 29 May 2013 13:11:48 +0000 (16:11 +0300)
Change-Id: Ic834ddabdeeb2a9cc453b67e5202ff1aab44dffd

shared/src/com/vaadin/shared/ui/ui/UIState.java

index f01d5d81007b3c28cb206dd059880de79af5d5d0..177fe2e7bdb83dc8e3f826db9d4470d7b2a86793 100644 (file)
@@ -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();