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 379-385 Link Here
379
	}
379
	}
380
380
381
	public boolean isPreserveLineDelimeters() {
381
	public boolean isPreserveLineDelimeters() {
382
		return false;
382
		return true;
383
	}
383
	}
384
384
385
	public static String getRejected(List failedHunks) {
385
	public static String getRejected(List failedHunks) {

Return to bug 150591