aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event/ActionManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main/java/com/vaadin/event/ActionManager.java')
-rw-r--r--server/src/main/java/com/vaadin/event/ActionManager.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main/java/com/vaadin/event/ActionManager.java b/server/src/main/java/com/vaadin/event/ActionManager.java
index fbc5c8411f..b9e493bce6 100644
--- a/server/src/main/java/com/vaadin/event/ActionManager.java
+++ b/server/src/main/java/com/vaadin/event/ActionManager.java
@@ -56,7 +56,7 @@ public class ActionManager
*/
protected HashSet<Handler> actionHandlers = null;
- /** Action mapper */
+ /** Action mapper. */
protected KeyMapper<Action> actionMapper = null;
protected Component viewer;