Skip to content

Commit abaf7a6

Browse files
committed
Metaclass name error in TCapabilityDefinitionPropertyPage.java
1 parent 4b3b9dd commit abaf7a6

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

ToscaDesigner/src/main/java/fr/softeam/toscadesigner/handlers/propertypages/serviceTemplate/TCapabilityDefinitionPropertyPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void update(IModulePropertyTable table) {
6565

6666
table.addProperty("Capability type",
6767
this._element.getCapabilityType() != null ? this._element.getCapabilityType().getElement() : null,
68-
Arrays.asList(Metamodel.getMClass("Attribute")), new IMObjectFilter() {
68+
Arrays.asList(Metamodel.getMClass("Class")), new IMObjectFilter() {
6969
@Override
7070
public boolean accept(MObject element) {
7171
return TCapabilityType.canInstantiate(element);
2.06 KB
Binary file not shown.
1.35 KB
Binary file not shown.

0 commit comments

Comments
 (0)