Skip to content

Commit dfe5b61

Browse files
committed
ST6RI-797 Added call to super to PortConjugationAdapter::postProcess.
1 parent 5e72325 commit dfe5b61

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

org.omg.sysml/src/org/omg/sysml/adapter/PortConjugationAdapter.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public PortConjugation getTarget() {
4141

4242
@Override
4343
public void postProcess() {
44+
super.postProcess();
45+
4446
PortConjugation obj = getTarget();
4547

4648
// If the originalPortDefinition is empty, then set it to the owner of the conjugatedPortDefinition

0 commit comments

Comments
 (0)