diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-18 19:47:48 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-19 10:51:57 +0300 |
commit | aa225cce86d34fc656e091f5eb62f73d17351345 (patch) | |
tree | 884500dd5f23086f0b51067ec1e9e7172375523f /client | |
parent | 797cc0104eaf291afbed913f1c748b1f76bbf522 (diff) | |
download | vaadin-framework-aa225cce86d34fc656e091f5eb62f73d17351345.tar.gz vaadin-framework-aa225cce86d34fc656e091f5eb62f73d17351345.zip |
Remove unneeded ArrayList construction
Diffstat (limited to 'client')
-rw-r--r-- | client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java b/client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java index 7b22442474..e5eb99ad2d 100644 --- a/client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java +++ b/client/src/main/java/com/vaadin/client/ui/TouchScrollDelegate.java @@ -711,7 +711,7 @@ public class TouchScrollDelegate implements NativePreviewHandler { } /** - * long calcucation are not very efficient in GWT, so this helper method + * Long calculation are not very efficient in GWT, so this helper method * returns timestamp in double. * * @return |