Skip to content

Commit

Permalink
Corrected KerML example Connectors.kerml.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Aug 3, 2023
1 parent 4a6e1ef commit e5f50e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kerml/src/examples/Simple Tests/Connectors.kerml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ package Connectors {
feature b : A;

connector c1 from a to b;
abstract connector c2 = c;
connector = c2 {
connector c2 {
end feature references a;
end feature references b;
}
Expand Down

0 comments on commit e5f50e1

Please sign in to comment.