diff options
author | Leif Åstrand <leif@vaadin.com> | 2015-11-30 09:52:39 +0200 |
---|---|---|
committer | Leif Åstrand <leif@vaadin.com> | 2015-11-30 09:52:39 +0200 |
commit | 00fab0631640fe9e591b9e98da6341b3a46ca5e0 (patch) | |
tree | 423117f805ec9c8f23fee24b0d66e6dc7c33f276 /server/src/com/vaadin | |
parent | 5f42729e994821bbf84b1160083348c62b5353e9 (diff) | |
download | vaadin-framework-00fab0631640fe9e591b9e98da6341b3a46ca5e0.tar.gz vaadin-framework-00fab0631640fe9e591b9e98da6341b3a46ca5e0.zip |
Remove bogus comment
The comment was introuced in commit da29f74 for a constant named
CLICK_EVENT_ID, but it was accidentally left in the code when that
constant was removed.
Change-Id: I69697f517585cafb30cc223497bc8db4a919e884
Diffstat (limited to 'server/src/com/vaadin')
-rw-r--r-- | server/src/com/vaadin/ui/UI.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/com/vaadin/ui/UI.java b/server/src/com/vaadin/ui/UI.java index 90ae713746..c429b64491 100644 --- a/server/src/com/vaadin/ui/UI.java +++ b/server/src/com/vaadin/ui/UI.java @@ -139,7 +139,6 @@ public abstract class UI extends AbstractSingleComponentContainer implements */ protected ActionManager actionManager; - /** Identifies the click event */ private ConnectorTracker connectorTracker = new ConnectorTracker(this); private Page page = new Page(this, getState(false).pageState); |