diff options
author | Johannes Dahlström <johannesd@vaadin.com> | 2013-05-17 12:49:34 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-05-17 10:40:18 +0000 |
commit | 6c64757b35fa4f0f1100546f1a0bc44b71f87a85 (patch) | |
tree | 4dea11f57ac40f4a427784dfafece750a1d9561c /shared/src/com/vaadin | |
parent | 656eaa59582c2d4ec7ae94457d6c6a542150bdc2 (diff) | |
download | vaadin-framework-6c64757b35fa4f0f1100546f1a0bc44b71f87a85.tar.gz vaadin-framework-6c64757b35fa4f0f1100546f1a0bc44b71f87a85.zip |
Remove JavaDoc dependency to vaadin-server from PageState (#11873)
Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9
Diffstat (limited to 'shared/src/com/vaadin')
-rw-r--r-- | shared/src/com/vaadin/shared/ui/ui/PageState.java | 4 |
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. |