summaryrefslogtreecommitdiffstats
path: root/shared/src/com/vaadin
diff options
context:
space:
mode:
Diffstat (limited to 'shared/src/com/vaadin')
-rw-r--r--shared/src/com/vaadin/shared/ui/ui/PageState.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/shared/src/com/vaadin/shared/ui/ui/PageState.java b/shared/src/com/vaadin/shared/ui/ui/PageState.java
index d7c4268530..0b51eb4bba 100644
--- a/shared/src/com/vaadin/shared/ui/ui/PageState.java
+++ b/shared/src/com/vaadin/shared/ui/ui/PageState.java
@@ -17,10 +17,8 @@ package com.vaadin.shared.ui.ui;
import java.io.Serializable;
-import com.vaadin.server.Page;
-
/**
- * The shared state of a {@link Page}.
+ * The shared state of a {@link com.vaadin.server.Page Page}.
*
* Note that at the moment this is not a stand-alone state class but embedded in
* {@link UIState}. This might change in the future.