diff options
author | John Ahlroos <john@vaadin.com> | 2013-02-28 11:51:47 +0000 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-02-28 11:55:42 +0000 |
commit | a550c93b0b7242e02d5957dc60912b76ce57532e (patch) | |
tree | 345466c69b9d8155dd0f5cbd809c4632d46dcac2 | |
parent | 860876d311fdc42174590ed816b0b09f243362e6 (diff) | |
download | vaadin-framework-a550c93b0b7242e02d5957dc60912b76ce57532e.tar.gz vaadin-framework-a550c93b0b7242e02d5957dc60912b76ce57532e.zip |
Revert "Made UI focusable again (#11129)"
This reverts commit 3cf6913c9a714512f8285a54c1ddcf19f2d97e6a
Change-Id: Ief84593763402f99f41a6a447db951196c8f4a91
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 2a44c531ec..d12c8d89c9 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -78,7 +78,7 @@ import com.vaadin.util.CurrentInstance; * @since 7.0 */ public abstract class UI extends AbstractSingleComponentContainer implements - Action.Container, Action.Notifier, LegacyComponent, Focusable { + Action.Container, Action.Notifier, LegacyComponent { /** * The application to which this UI belongs |