Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java')
-rw-r--r--plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java
index 6d9a13103e3..a5e9b4d1cb2 100644
--- a/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java
+++ b/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/src/org/eclipse/papyrus/uml/profile/drafter/ui/dialog/TaggedValuesEditorWidget.java
@@ -79,7 +79,7 @@ public class TaggedValuesEditorWidget {
* @param parent
*/
protected void createContent(Composite parent) {
- // TODO Auto-generated method stub
+
@@ -137,7 +137,7 @@ public class TaggedValuesEditorWidget {
}
private void createDialogContents() {
- // TODO Auto-generated method stub
+
}
@@ -145,7 +145,7 @@ public class TaggedValuesEditorWidget {
* Fill the content area with values found in stereotype.
*/
private void fillContentArea() {
- // TODO Auto-generated method stub
+
}
@@ -196,13 +196,13 @@ public class TaggedValuesEditorWidget {
@Override
public void dispose() {
- // TODO Auto-generated method stub
+
}
@Override
public void inputChanged(Viewer viewer, Object oldInput, Object newInput) {
- // TODO Auto-generated method stub
+
}

Back to the top