aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/gwt/client/Util.java
diff options
context:
space:
mode:
authorJohannes Dahlström <johannesd@vaadin.com>2012-06-12 16:09:25 +0300
committerJohannes Dahlström <johannesd@vaadin.com>2012-06-12 16:09:25 +0300
commit3f9c5f4dfdf81efd3de9bf50d4bffd58f6a61f32 (patch)
tree85ff7805dc339b025ac45197cfaf8b1674950dc8 /src/com/vaadin/terminal/gwt/client/Util.java
parentd312ac22b49a0d2cd9fa973b2f2eb94c9e7d2986 (diff)
parent56d0c039f888b59179bef114cb43ce32ea4da30e (diff)
downloadvaadin-framework-3f9c5f4dfdf81efd3de9bf50d4bffd58f6a61f32.tar.gz
vaadin-framework-3f9c5f4dfdf81efd3de9bf50d4bffd58f6a61f32.zip
Merge commit '56d0c'
Conflicts: src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java src/com/vaadin/terminal/gwt/client/ui/combobox/VFilterSelect.java src/com/vaadin/terminal/gwt/client/ui/splitpanel/VAbstractSplitPanel.java src/com/vaadin/ui/AbstractSplitPanel.java
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/Util.java')
-rw-r--r--src/com/vaadin/terminal/gwt/client/Util.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/Util.java b/src/com/vaadin/terminal/gwt/client/Util.java
index 010d30e49c..d3cb54160d 100644
--- a/src/com/vaadin/terminal/gwt/client/Util.java
+++ b/src/com/vaadin/terminal/gwt/client/Util.java
@@ -913,7 +913,7 @@ public class Util {
/**
* Find the element corresponding to the coordinates in the passed mouse
* event. Please note that this is not always the same as the target of the
- * element e.g. if event capture is used.
+ * event e.g. if event capture is used.
*
* @param event
* the mouse event to get coordinates from