aboutsummaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2013-05-17 12:49:34 +0300
committerVaadin Code Review <review@vaadin.com>2013-05-17 10:40:18 +0000
commit6c64757b35fa4f0f1100546f1a0bc44b71f87a85 (patch)
tree4dea11f57ac40f4a427784dfafece750a1d9561c /shared
parent656eaa59582c2d4ec7ae94457d6c6a542150bdc2 (diff)
downloadvaadin-framework-6c64757b35fa4f0f1100546f1a0bc44b71f87a85.tar.gz
vaadin-framework-6c64757b35fa4f0f1100546f1a0bc44b71f87a85.zip
Remove JavaDoc dependency to vaadin-server from PageState (#11873)
Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9
Diffstat (limited to 'shared')
-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.