Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Vosburgh2013-03-14 18:17:56 +0000
committerBrian Vosburgh2013-03-26 15:23:58 +0000
commit9dea61726e13b439a8ec627d8f4aec4487998805 (patch)
treee46000e10317a0c3571bccf8510bae7e63b2e711 /jpa_diagram_editor
parent95ab17fdea1e27079861b886f9aaf8f90ac5e411 (diff)
downloadwebtools.dali-9dea61726e13b439a8ec627d8f4aec4487998805.tar.gz
webtools.dali-9dea61726e13b439a8ec627d8f4aec4487998805.tar.xz
webtools.dali-9dea61726e13b439a8ec627d8f4aec4487998805.zip
post CommandExecutor-to-CommandContext rename clean-up
Diffstat (limited to 'jpa_diagram_editor')
-rw-r--r--jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/AddJPAEntityFeature.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/AddJPAEntityFeature.java b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/AddJPAEntityFeature.java
index 4479556018..6107022e81 100644
--- a/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/AddJPAEntityFeature.java
+++ b/jpa_diagram_editor/plugins/org.eclipse.jpt.jpadiagrameditor.ui/src/org/eclipse/jpt/jpadiagrameditor/ui/internal/feature/AddJPAEntityFeature.java
@@ -152,7 +152,7 @@ public class AddJPAEntityFeature extends AbstractAddShapeFeature {
//TODO this is wrong, should not need to do any of these updates or syncs.
//should be changing the dali model synchronously so that all the syncs/updates are completed
- //take a look at the JpaProjectManager.execute(Command, ExtendedCommandExecutor)
+ //take a look at the JpaProjectManager.execute(Command, ExtendedCommandContext)
// JavaResourceType jrt = null;
// if(jpt instanceof JavaPersistentType) {
// jrt = ((JavaPersistentType)jpt).getJavaResourceType();

Back to the top