mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 13:05:22 +02:00
[190010] cancelling search in search handler on host
This commit is contained in:
parent
da78470ce5
commit
b56fe716f1
1 changed files with 5 additions and 4 deletions
|
@ -13,6 +13,7 @@
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Michael Berger (IBM) - Bug 147791 - symbolic links can cause circular search.
|
* Michael Berger (IBM) - Bug 147791 - symbolic links can cause circular search.
|
||||||
|
* David McKnight (IBM) - [190010] cancelling search
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
|
package org.eclipse.rse.internal.dstore.universal.miners.filesystem;
|
||||||
|
@ -254,7 +255,7 @@ public class UniversalSearchHandler extends Thread implements ICancellableHandle
|
||||||
}
|
}
|
||||||
|
|
||||||
// do a refresh
|
// do a refresh
|
||||||
_dataStore.refresh(_status, true);
|
//_dataStore.refresh(_status, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if the depth is not 0, then we need to recursively search
|
// if the depth is not 0, then we need to recursively search
|
||||||
|
|
Loading…
Add table
Reference in a new issue