Преглед изворни кода

Add missing call to super.detach() (#6690)

tags/7.0.0.alpha3
Leif Åstrand пре 12 година
родитељ
комит
1115e1f8bb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      src/com/vaadin/ui/AbstractComponent.java

+ 1
- 0
src/com/vaadin/ui/AbstractComponent.java Прегледај датотеку

@@ -609,6 +609,7 @@ public abstract class AbstractComponent extends AbstractClientConnector
*/
@Override
public void detach() {
super.detach();
if (actionManager != null) {
// Remove any existing viewer. Root cast is just to make the
// compiler happy

Loading…
Откажи
Сачувај