Update JIRA reference in SolrSearchService.java

This commit is contained in:
Richard Cordovano 2017-04-04 18:23:49 -04:00
parent 91ea524c1a
commit eaf8272861

View File

@ -361,7 +361,7 @@ public class SolrSearchService implements KeywordSearchService, AutopsyService {
@Override @Override
public void closeCaseResources(CaseContext context) throws AutopsyServiceException { public void closeCaseResources(CaseContext context) throws AutopsyServiceException {
/* /*
* TODO (AUT-2084): The following code KeywordSearch.CaseChangeListener * TODO (JIRA 2525): The following code KeywordSearch.CaseChangeListener
* gambles that any BlackboardResultWriters (SwingWorkers) will complete * gambles that any BlackboardResultWriters (SwingWorkers) will complete
* in less than roughly two seconds. This stuff should be reworked using * in less than roughly two seconds. This stuff should be reworked using
* an ExecutorService and tasks with Futures. * an ExecutorService and tasks with Futures.