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

YELLOW

Bugfix: Use annotation instance key in setValue(). This is already done in getValue() / getLabel()
parent 0222f2be
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService; ...@@ -36,7 +36,7 @@ import org.fortiss.tooling.kernel.service.IPersistencyService;
* @author barner * @author barner
* @author $Author$ * @author $Author$
* @version $Rev$ * @version $Rev$
* @ConQAT.Rating YELLOW Hash: 1961065B20DCC91D37CC8E400251FEDD * @ConQAT.Rating YELLOW Hash: C35F4B3B7AF80EFCE7D36880D36C9F1A
* *
*/ */
public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase { public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase {
...@@ -144,7 +144,7 @@ public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase { ...@@ -144,7 +144,7 @@ public class MultiSelectionEditingSupport extends AnnotationEditingSupportBase {
@Override @Override
public void run() { public void run() {
try { try {
entry.setSpecificationValue(value, specClass); entry.setSpecificationValue(value, specClass, instanceKey);
} catch(Exception e) { } catch(Exception e) {
// Ignore // Ignore
} }
......
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