Procházet zdrojové kódy

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
tags/7.6.0.beta2
Leif Åstrand před 8 roky
rodič
revize
00fab06316
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0
    1
      server/src/com/vaadin/ui/UI.java

+ 0
- 1
server/src/com/vaadin/ui/UI.java Zobrazit soubor

@@ -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);

Načítá se…
Zrušit
Uložit