mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
[187640] Kevin's patch - Removed setting status to finish when search not finished
This commit is contained in:
parent
66b369b876
commit
a533d4a1fa
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Martin Oberhuber (Wind River) - [186128] Move IProgressMonitor last in all API
|
* Martin Oberhuber (Wind River) - [186128] Move IProgressMonitor last in all API
|
||||||
|
* Kevin Doyle (IBM) - [187640] Removed setting status to finish when search not finished
|
||||||
********************************************************************************/
|
********************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.services.dstore.search;
|
package org.eclipse.rse.internal.services.dstore.search;
|
||||||
|
@ -83,7 +84,6 @@ public class DStoreSearchService extends AbstractDStoreService implements ISearc
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
getStatusMonitor(ds).waitForUpdate(status, monitor);
|
getStatusMonitor(ds).waitForUpdate(status, monitor);
|
||||||
config.setStatus(IHostSearchConstants.FINISHED);
|
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue