X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ReconcileWorkingCopyOperation.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ReconcileWorkingCopyOperation.java index 409c229..95eeb1e 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ReconcileWorkingCopyOperation.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ReconcileWorkingCopyOperation.java @@ -34,11 +34,11 @@ public class ReconcileWorkingCopyOperation extends JavaModelOperation { // net.sourceforge.phpdt.core.dom.CompilationUnit ast; - public ReconcileWorkingCopyOperation(IJavaElement workingCopy, - boolean forceProblemDetection) { - super(new IJavaElement[] { workingCopy }); - this.forceProblemDetection = forceProblemDetection; - } +// public ReconcileWorkingCopyOperation(IJavaElement workingCopy, +// boolean forceProblemDetection) { +// super(new IJavaElement[] { workingCopy }); +// this.forceProblemDetection = forceProblemDetection; +// } public ReconcileWorkingCopyOperation(IJavaElement workingCopy, boolean creatAST, int astLevel, boolean forceProblemDetection,