View | Details | Raw Unified | Return to bug 173893 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/update/internal/core/connection/AbstractResponse.java (-1 / +1 lines)
Lines 57-64 Link Here
57
															IStatus.OK,
57
															IStatus.OK,
58
															runnable.getException().getMessage(), 
58
															runnable.getException().getMessage(), 
59
															runnable.getException()));
59
															runnable.getException()));
60
				}
61
				t.join(POLLING_INTERVAL);
60
				t.join(POLLING_INTERVAL);
61
				}
62
		} catch (InterruptedException e) {
62
		} catch (InterruptedException e) {
63
		}
63
		}
64
		return is;
64
		return is;

Return to bug 173893