diff options
Diffstat (limited to 'src/com/vaadin/terminal/gwt/client/Focusable.java')
-rw-r--r-- | src/com/vaadin/terminal/gwt/client/Focusable.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/Focusable.java b/src/com/vaadin/terminal/gwt/client/Focusable.java index bf225ad61d..35f9c1ba76 100644 --- a/src/com/vaadin/terminal/gwt/client/Focusable.java +++ b/src/com/vaadin/terminal/gwt/client/Focusable.java @@ -2,7 +2,7 @@ package com.vaadin.terminal.gwt.client; /** * GWT's HasFocus is way too overkill for just receiving focus in simple - * components. Toolkit uses this interface in addition to GWT's HasFocus to pass + * components. Vaadin uses this interface in addition to GWT's HasFocus to pass * focus requests from server to actual ui widgets in browsers. * * So in to make your server side focusable component receive focus on client |