aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Root.java
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2012-02-28 12:23:33 +0200
committerArtur Signell <artur@vaadin.com>2012-02-28 12:26:16 +0200
commitf603acfa301d61fd5b11bceb0a59f03d54bd372b (patch)
tree5a0bccb9867176cecee7960b05ca002b14cde5d5 /src/com/vaadin/ui/Root.java
parentde73abe4594ceda61cd7d9f01470479c93e023a0 (diff)
downloadvaadin-framework-f603acfa301d61fd5b11bceb0a59f03d54bd372b.tar.gz
vaadin-framework-f603acfa301d61fd5b11bceb0a59f03d54bd372b.zip
Renamed Paintable component classes to Connector
Diffstat (limited to 'src/com/vaadin/ui/Root.java')
-rw-r--r--src/com/vaadin/ui/Root.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/ui/Root.java b/src/com/vaadin/ui/Root.java
index 47dcedd12a..3d9f734a2c 100644
--- a/src/com/vaadin/ui/Root.java
+++ b/src/com/vaadin/ui/Root.java
@@ -72,7 +72,7 @@ import com.vaadin.ui.Window.CloseListener;
*
* @since 7.0
*/
-// @ClientWidget(VView.class) - Can't have annotation because of eager
+// @ClientWidget(View.class) - Can't have annotation because of eager
// classloaders in application servers and hard coded logic in client side code
public abstract class Root extends AbstractComponentContainer implements
Action.Container, Action.Notifier {