Skip to content
Snippets Groups Projects
Commit 862f3696 authored by Simon Barner's avatar Simon Barner
Browse files

- More readable variable name (no functional change)

refs 1841
parent da95d796
No related branches found
No related tags found
No related merge requests found
...@@ -77,11 +77,11 @@ public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase { ...@@ -77,11 +77,11 @@ public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase {
return null; return null;
} }
LabelValueMapping clvm = LabelValueMapping labelValueMapping =
new LabelValueMapping(eStructuralFeatureDescriptor, specification, new LabelValueMapping(eStructuralFeatureDescriptor, specification,
((AnnotationEntry)element).getModelElement(), null); ((AnnotationEntry)element).getModelElement(), null);
multiSelectionEditDialog.updateData(clvm, (Collection<?>)value); multiSelectionEditDialog.updateData(labelValueMapping, (Collection<?>)value);
return multiSelectionEditDialog; return multiSelectionEditDialog;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment