Skip to content

Commit 9177b23

Browse files
committed
Calling super.shutDown() just to be on the safe side.
1 parent 9efe93f commit 9177b23

File tree

1 file changed

+2
-0
lines changed
  • EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap

1 file changed

+2
-0
lines changed

EnrichmentMapPlugin/src/main/java/org/baderlab/csplugins/enrichmentmap/CyActivator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,7 @@ public void shutDown() {
104104
LegendPanelMediator legendPanelMediator = injector.getInstance(LegendPanelMediator.class);
105105
legendPanelMediator.hideDialog();
106106
}
107+
108+
super.shutDown();
107109
}
108110
}

0 commit comments

Comments
 (0)