summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/src/com/vaadin/shared/AbstractComponentState.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/src/com/vaadin/shared/AbstractComponentState.java b/shared/src/com/vaadin/shared/AbstractComponentState.java
index e1f7916874..c6b74bf6fd 100644
--- a/shared/src/com/vaadin/shared/AbstractComponentState.java
+++ b/shared/src/com/vaadin/shared/AbstractComponentState.java
@@ -19,10 +19,9 @@ package com.vaadin.shared;
import java.util.List;
import com.vaadin.shared.communication.SharedState;
-import com.vaadin.ui.AbstractComponent;
/**
- * Default shared state implementation for {@link AbstractComponent}.
+ * Default shared state implementation for AbstractComponent.
*
* State classes of components should typically extend this class.
*