diff options
author | Leif Åstrand <leif@vaadin.com> | 2012-02-08 16:43:22 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2012-02-08 16:43:22 +0200 |
commit | 50eafd7a77fac1fa88f0c35fcab46023cfa925c7 (patch) | |
tree | e3f4237222f20f0c646c9fe975a8f1dff73dea65 /src/com/vaadin | |
parent | 84b8e9d9c1a2d861e5b8fba6696469359b09706b (diff) | |
download | vaadin-framework-50eafd7a77fac1fa88f0c35fcab46023cfa925c7.tar.gz vaadin-framework-50eafd7a77fac1fa88f0c35fcab46023cfa925c7.zip |
Use the more generic GWT Element class
Diffstat (limited to 'src/com/vaadin')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/ComputedStyle.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java index 662cb5fc34..ff976468e7 100644 --- a/src/com/vaadin/terminal/gwt/client/ComputedStyle.java +++ b/src/com/vaadin/terminal/gwt/client/ComputedStyle.java @@ -4,7 +4,7 @@ package com.vaadin.terminal.gwt.client; import com.google.gwt.core.client.JavaScriptObject; -import com.google.gwt.user.client.Element; +import com.google.gwt.dom.client.Element; public class ComputedStyle { |