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

Collapse All | Expand All

(-)compare/org/eclipse/compare/internal/patch/Patcher.java (-1 / +1 lines)
Lines 408-414 Link Here
408
	}
408
	}
409
409
410
	protected boolean isPreserveLineDelimeters() {
410
	protected boolean isPreserveLineDelimeters() {
411
		return false;
411
		return true;
412
	}
412
	}
413
413
414
	public static String getRejected(List failedHunks) {
414
	public static String getRejected(List failedHunks) {

Return to bug 150591