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

Collapse All | Expand All

(-)src/org/eclipse/jst/jsp/core/internal/java/JSPTranslation.java (-1 / +1 lines)
Lines 555-561 Link Here
555
			try {
555
			try {
556
				synchronized(cu) {
556
				synchronized(cu) {
557
					cu.makeConsistent(getProgressMonitor());
557
					cu.makeConsistent(getProgressMonitor());
558
					cu.reconcile(ICompilationUnit.NO_AST, true, getWorkingCopyOwner(), getProgressMonitor());
558
					cu.reconcile(ICompilationUnit.NO_AST, false, getWorkingCopyOwner(), getProgressMonitor());
559
				}
559
				}
560
			}
560
			}
561
			catch (JavaModelException e) {
561
			catch (JavaModelException e) {

Return to bug 284427