X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/BatchOperation.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/BatchOperation.java index 5f3e020..be36943 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/BatchOperation.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/BatchOperation.java @@ -29,11 +29,11 @@ public class BatchOperation extends JavaModelOperation { } /* (non-Javadoc) - * @see org.eclipse.jdt.internal.core.JavaModelOperation#executeOperation() + * @see net.sourceforge.phpdt.internal.core.JavaModelOperation#executeOperation() */ protected void executeOperation() throws JavaModelException { try { - this.runnable.run(fMonitor); + this.runnable.run(progressMonitor); } catch (CoreException ce) { if (ce instanceof JavaModelException) { throw (JavaModelException)ce; @@ -50,7 +50,7 @@ public class BatchOperation extends JavaModelOperation { } /* (non-Javadoc) - * @see org.eclipse.jdt.internal.core.JavaModelOperation#verify() + * @see net.sourceforge.phpdt.internal.core.JavaModelOperation#verify() */ protected IJavaModelStatus verify() { // cannot verify user defined operation