diff options
author | Artur Signell <artur@vaadin.com> | 2012-11-21 17:49:01 +0200 |
---|---|---|
committer | Artur Signell <artur@vaadin.com> | 2012-11-21 17:49:01 +0200 |
commit | 9c6f6727f17642dd7e5dcd38accada717a54e1f3 (patch) | |
tree | 6ddd73e815866417b54a5fa08508021cc62c7ca5 /server/src/com/vaadin/event | |
parent | 741758d24ff4803ce674eacf79a3ecaaa8f26ed6 (diff) | |
download | vaadin-framework-9c6f6727f17642dd7e5dcd38accada717a54e1f3.tar.gz vaadin-framework-9c6f6727f17642dd7e5dcd38accada717a54e1f3.zip |
Removed invalid import
Change-Id: I9df80c9261fcbeadae6f24581d35cd8aba38e75a
Diffstat (limited to 'server/src/com/vaadin/event')
-rw-r--r-- | server/src/com/vaadin/event/ShortcutAction.java | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/server/src/com/vaadin/event/ShortcutAction.java b/server/src/com/vaadin/event/ShortcutAction.java index 29238dfca9..4583b04bf9 100644 --- a/server/src/com/vaadin/event/ShortcutAction.java +++ b/server/src/com/vaadin/event/ShortcutAction.java @@ -20,7 +20,6 @@ import java.io.Serializable; import java.util.regex.Matcher; import java.util.regex.Pattern; -import com.vaadin.client.ui.ShortcutActionTarget; import com.vaadin.server.Resource; import com.vaadin.ui.Component; import com.vaadin.ui.ComponentContainer; @@ -244,8 +243,8 @@ public class ShortcutAction extends Action { /** * Set the target for the shortcut action. If the target widget on the - * client side implements {@link ShortcutActionTarget} it will be notified - * of the action before the action is communicated to the server side + * client side implements ShortcutActionTarget it will be notified of the + * action before the action is communicated to the server side * * @param target * The component which will be thet target of the action @@ -262,8 +261,8 @@ public class ShortcutAction extends Action { } /** - * Get the action string that is given to the {@link ShortcutActionTarget} - * on the client side + * Get the action string that is given to the ShortcutActionTarget on the + * client side * * @return */ @@ -272,8 +271,8 @@ public class ShortcutAction extends Action { } /** - * Set the action string that is give to the {@link ShortcutActionTarget} on - * the client side + * Set the action string that is give to the ShortcutActionTarget on the + * client side * * @param targetAction * The target action string |