View | Details | Raw Unified | Return to bug 199566
Collapse All | Expand All

(-)UI/org/eclipse/rse/internal/ui/view/SystemViewFilterReferenceAdapter.java (-1 / +2 lines)
Lines 21-26 Link Here
21
 * Tobias Schwarz   (Wind River) - [173267] "empty list" should not be displayed 
21
 * Tobias Schwarz   (Wind River) - [173267] "empty list" should not be displayed 
22
 * Martin Oberhuber (Wind River) - [190271] Move ISystemViewInputProvider to Core
22
 * Martin Oberhuber (Wind River) - [190271] Move ISystemViewInputProvider to Core
23
 * Kevin Doyle (IBM) - [187707] Added separator between New Folder and New File in context menu
23
 * Kevin Doyle (IBM) - [187707] Added separator between New Folder and New File in context menu
24
 * David McKnight   (IBM)        - [199566] Remove synchronzied from internalGetChildren
24
 ********************************************************************************/
25
 ********************************************************************************/
25
26
26
package org.eclipse.rse.internal.ui.view;
27
package org.eclipse.rse.internal.ui.view;
Lines 279-285 Link Here
279
	 * the context is assumed to be modal and, as such, the modal version of ss.resolveFilterStrings
280
	 * the context is assumed to be modal and, as such, the modal version of ss.resolveFilterStrings
280
	 * is called rather than the main thread version.
281
	 * is called rather than the main thread version.
281
	 */
282
	 */
282
	protected synchronized Object[] internalGetChildren(Object element, IProgressMonitor monitor)
283
	protected Object[] internalGetChildren(Object element, IProgressMonitor monitor)
283
	{
284
	{
284
		Object[] children = null;
285
		Object[] children = null;
285
		ISystemFilterReference fRef = getFilterReference(element);
286
		ISystemFilterReference fRef = getFilterReference(element);

Return to bug 199566