diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-09-25 06:54:30 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-09-25 07:54:30 +0300 |
commit | 3c0c3e0a997f66821d037df641c435dda930a890 (patch) | |
tree | 152afe8c3340dafaa50562f1a21a3b2325583639 /compatibility-client | |
parent | 40d15b32e341a38dacc24cc3ec79ab3ff0a25a50 (diff) | |
download | vaadin-framework-3c0c3e0a997f66821d037df641c435dda930a890.tar.gz vaadin-framework-3c0c3e0a997f66821d037df641c435dda930a890.zip |
Fix typos (#10071)
And use varargs in a test.
Diffstat (limited to 'compatibility-client')
-rw-r--r-- | compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java index 21229dcb84..2c2841042d 100644 --- a/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java +++ b/compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCalendarPanel.java @@ -1404,7 +1404,7 @@ public class VCalendarPanel extends FocusableFlexTable implements /** * Returns the reset key which will reset the calendar to the previous - * selection. By default this is backspace but it can be overriden to change + * selection. By default this is backspace but it can be overridden to change * the key to whatever you want. * * @return |