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 276457 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/equinox/internal/p2/repository/FileReader.java (-1 lines)
Lines 182-188 Link Here
182
			}
182
			}
183
183
184
			public void close() throws IOException {
184
			public void close() throws IOException {
185
				monitor.setCanceled(true);
186
				hardClose(input);
185
				hardClose(input);
187
				checkException();
186
				checkException();
188
			}
187
			}

Return to bug 276457