Skip to main content
summaryrefslogtreecommitdiffstats
path: root/jaxb
diff options
context:
space:
mode:
authorBrian Vosburgh2013-03-14 17:57:28 +0000
committerBrian Vosburgh2013-03-26 15:23:41 +0000
commit95ab17fdea1e27079861b886f9aaf8f90ac5e411 (patch)
tree6c01ee3d5c52ff550b662e265d038dbb5beb3d63 /jaxb
parent50f4f41e9798ea4d79e5df03484f41b73aece05b (diff)
downloadwebtools.dali-95ab17fdea1e27079861b886f9aaf8f90ac5e411.tar.gz
webtools.dali-95ab17fdea1e27079861b886f9aaf8f90ac5e411.tar.xz
webtools.dali-95ab17fdea1e27079861b886f9aaf8f90ac5e411.zip
rename SimpleStatefulExtendedCommandExecutor to
SimpleStatefulExtendedCommandContext
Diffstat (limited to 'jaxb')
-rw-r--r--jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/internal/InternalJaxbProjectManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/internal/InternalJaxbProjectManager.java b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/internal/InternalJaxbProjectManager.java
index 5f7ec0c634..205c1bb5de 100644
--- a/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/internal/InternalJaxbProjectManager.java
+++ b/jaxb/plugins/org.eclipse.jpt.jaxb.core/src/org/eclipse/jpt/jaxb/core/internal/InternalJaxbProjectManager.java
@@ -39,7 +39,7 @@ import org.eclipse.jpt.common.utility.command.StatefulCommandContext;
import org.eclipse.jpt.common.utility.internal.ExceptionHandlerAdapter;
import org.eclipse.jpt.common.utility.internal.ObjectTools;
import org.eclipse.jpt.common.utility.internal.command.AsynchronousExtendedCommandContext;
-import org.eclipse.jpt.common.utility.internal.command.SimpleStatefulExtendedCommandExecutor;
+import org.eclipse.jpt.common.utility.internal.command.SimpleStatefulExtendedCommandContext;
import org.eclipse.jpt.common.utility.internal.iterable.IterableTools;
import org.eclipse.jpt.common.utility.internal.model.AbstractModel;
import org.eclipse.jpt.common.utility.internal.reference.SynchronizedBoolean;
@@ -757,7 +757,7 @@ public class InternalJaxbProjectManager
private void handleEventsSynchronously_() throws InterruptedException {
this.eventHandler.stop();
- this.eventHandler = new SimpleStatefulExtendedCommandExecutor();
+ this.eventHandler = new SimpleStatefulExtendedCommandContext();
this.eventHandler.start();
}

Back to the top