diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-12-17 14:03:29 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2010-12-17 14:03:29 +0000 |
commit | 17eb385bef04eabd034b9448ec26f5adcb194dfa (patch) | |
tree | 888210f9e27cb5ac0cb13e2cb0170d3ca75e9408 /src | |
parent | 669532b1b971f77153f93a4c17dfa85deb90467d (diff) | |
download | vaadin-framework-17eb385bef04eabd034b9448ec26f5adcb194dfa.tar.gz vaadin-framework-17eb385bef04eabd034b9448ec26f5adcb194dfa.zip |
removed method stub
svn changeset:16560/svn branch:6.5
Diffstat (limited to 'src')
-rw-r--r-- | src/com/vaadin/ui/Window.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/com/vaadin/ui/Window.java b/src/com/vaadin/ui/Window.java index 57dd4fd82b..911d00217a 100644 --- a/src/com/vaadin/ui/Window.java +++ b/src/com/vaadin/ui/Window.java @@ -2172,13 +2172,4 @@ public class Window extends Panel implements URIHandler, ParameterHandler, removeListener(BlurEvent.EVENT_ID, BlurEvent.class, listener); } - /** - * Works only for sub windows. - * - * TODO to be or not to be? If so, should be the same as bringToFront? Or to - * bringToFront() as a side effect? - */ - // public void focus() { - // - // } } |