]> source.dussan.org Git - vaadin-framework.git/commitdiff
Remove JavaDoc dependency to vaadin-server from PageState (#11873)
authorJohannes Dahlström <johannesd@vaadin.com>
Fri, 17 May 2013 09:49:34 +0000 (12:49 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 17 May 2013 10:40:18 +0000 (10:40 +0000)
Change-Id: I17bbb07256c83a0a2fb7e24925c189c875907bb9

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

index d7c42685300721adfb3ba580317c5530a5cad4e9..0b51eb4bbaaf3d29031635cc9c271bebfd4908e8 100644 (file)
@@ -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.