From 6c64757b35fa4f0f1100546f1a0bc44b71f87a85 Mon Sep 17 00:00:00 2001 From: Johannes Dahlström Date: Fri, 17 May 2013 12:49:34 +0300 Subject: Remove JavaDoc dependency to vaadin-server from PageState (#11873) Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9 --- shared/src/com/vaadin/shared/ui/ui/PageState.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'shared/src') 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. -- cgit v1.2.3