3m9 compatible;
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / BatchOperation.java
index 5f3e020..b286f8f 100644 (file)
@@ -33,7 +33,7 @@ public class BatchOperation extends JavaModelOperation {
         */
        protected void executeOperation() throws JavaModelException {
                try {
-                       this.runnable.run(fMonitor);
+                       this.runnable.run(progressMonitor);
                } catch (CoreException ce) {
                        if (ce instanceof JavaModelException) {
                                throw (JavaModelException)ce;