Revision 2286
tmp/org.txm.tigersearch.rcp/src/org/txm/tigersearch/editors/TSIndexEditor.java (revision 2286) | ||
---|---|---|
313 | 313 |
protected IStatus run(IProgressMonitor monitor) { |
314 | 314 |
this.runInit(monitor); |
315 | 315 |
try { |
316 |
JobsTimer.start(); |
|
317 | 316 |
// if (index != null) { |
318 | 317 |
// corpus.removeResult(index); |
319 | 318 |
// index = null; |
... | ... | |
404 | 403 |
Log.severe("Error while computing TIGERSearch Index: "+e.getLocalizedMessage()); |
405 | 404 |
} finally { |
406 | 405 |
monitor.done(); |
407 |
JobsTimer.stopAndPrint(); |
|
408 | 406 |
} |
409 | 407 |
return Status.OK_STATUS; |
410 | 408 |
} |
Also available in: Unified diff