mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
don't allow concurrent internalGetChildren() calls
This commit is contained in:
parent
1467bb5bed
commit
94260734eb
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ public class SystemViewFilterReferenceAdapter
|
|||
* the context is assumed to be modal and, as such, the modal version of ss.resolveFilterStrings
|
||||
* is called rather than the main thread version.
|
||||
*/
|
||||
protected Object[] internalGetChildren(IProgressMonitor monitor, Object element)
|
||||
protected synchronized Object[] internalGetChildren(IProgressMonitor monitor, Object element)
|
||||
{
|
||||
Object[] children = null;
|
||||
ISystemFilterReference fRef = getFilterReference(element);
|
||||
|
|
Loading…
Add table
Reference in a new issue