Merged "Open PHP Declaration" and "Open Include File" into one action "Open Declarati...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / JavaModelOperation.java
index 2efde2a..f33c7a9 100644 (file)
@@ -737,7 +737,7 @@ public abstract class JavaModelOperation implements IWorkspaceRunnable, IProgres
                                // - the operation is a top level operation
                                // - the operation did produce some delta(s)
                                // - but the operation has not modified any resource
-                               if (this.isTopLevelOperation()) {
+                               if (this.isTopLevelOperation()) {
                                        if ((manager.javaModelDeltas.size() > previousDeltaCount || !manager.reconcileDeltas.isEmpty()) 
                                                        && !this.hasModifiedResource()) {
                                                manager.fire(null, JavaModelManager.DEFAULT_CHANGE_EVENT);