Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 325923 | Differences between
and this patch

Collapse All | Expand All

(-)UI/org/eclipse/rse/ui/operations/SystemFetchOperation.java (-1 / +3 lines)
Lines 319-325 Link Here
319
				}
319
				}
320
				catch (Exception e)
320
				catch (Exception e)
321
				{
321
				{
322
					showOperationErrorMessage(null, e, ss);
322
					if (!(e instanceof InterruptedException)){
323
						showOperationErrorMessage(null, e, ss);
324
					}
323
					return false;
325
					return false;
324
				}
326
				}
325
				finally {
327
				finally {

Return to bug 325923