5657 move call to clear cache when closing

This commit is contained in:
William Schaefer 2019-10-16 14:54:17 -04:00
parent 4cf950ccf8
commit 824e56be72
2 changed files with 0 additions and 2 deletions

View File

@ -153,7 +153,6 @@ final class DiscoveryTopComponent extends TopComponent {
@Override
protected void componentClosed() {
fileSearchPanel.cancelSearch();
FileSearch.clearCache();
DiscoveryEvents.getDiscoveryEventBus().unregister(fileSearchPanel);
DiscoveryEvents.getDiscoveryEventBus().unregister(groupListPanel);
DiscoveryEvents.getDiscoveryEventBus().unregister(resultsPanel);

View File

@ -18,7 +18,6 @@
*/
package org.sleuthkit.autopsy.filequery;
import java.awt.Cursor;
import java.util.LinkedHashMap;
import javax.swing.SwingWorker;
import java.util.List;