mirror of
https://github.com/elisspace/autopsy.git
synced 2026-09-06 02:24:30 +00:00
Removed destruction of ExplorerManager by AbstractDataResultViewer
This commit is contained in:
@@ -118,13 +118,6 @@ public abstract class AbstractDataResultViewer extends JPanel implements DataRes
|
||||
@Override
|
||||
public void clearComponent() {
|
||||
em.removePropertyChangeListener(nodeSelListener);
|
||||
|
||||
// try {
|
||||
// this.em.getRootContext().destroy();
|
||||
// em = null;
|
||||
// } catch (IOException ex) {
|
||||
// logger.log(Level.WARNING, "Can't clear the component of the Thumbnail Result Viewer.", ex);
|
||||
// }
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
||||
Reference in New Issue
Block a user