summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2015-06-15 15:20:54 +0300
committerVaadin Code Review <review@vaadin.com>2015-06-15 13:07:00 +0000
commitdd3f0ee94dd06ccd7f0272b817fd50f437519f2e (patch)
tree176b941165d9fa4fc3deb0c7a7988fcc97dc2ad1 /widgets
parent15772ce82f401cd04291583ae10748dd38e9a9ac (diff)
downloadvaadin-framework-dd3f0ee94dd06ccd7f0272b817fd50f437519f2e.tar.gz
vaadin-framework-dd3f0ee94dd06ccd7f0272b817fd50f437519f2e.zip
Use correct path for FocusUtil in vaadin-widgets (#18253)
Change-Id: Ice7aa729975d332e3cc8f88c95777d8ba30badbe
Diffstat (limited to 'widgets')
-rw-r--r--widgets/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/build.xml b/widgets/build.xml
index d796c7f159..63317fb5ad 100644
--- a/widgets/build.xml
+++ b/widgets/build.xml
@@ -49,7 +49,7 @@
<include name="com/vaadin/client/Profiler.java" />
<include name="com/vaadin/client/StyleConstants.java" />
<include name="com/vaadin/client/WidgetUtil.java" />
- <include name="com/vaadin/client/FocusUtil.java" />
+ <include name="com/vaadin/client/ui/FocusUtil.java" />
<include name="com/vaadin/client/data/**/*.java" />
<include name="com/vaadin/client/widget/**/*.java" />
<include name="com/vaadin/client/Focusable.java" />