diff --git a/repository/OpenPonk-BormModel/BormCommunication.class.st b/repository/OpenPonk-BormModel/BormCommunication.class.st index 95c007b..b904376 100644 --- a/repository/OpenPonk-BormModel/BormCommunication.class.st +++ b/repository/OpenPonk-BormModel/BormCommunication.class.st @@ -54,7 +54,8 @@ BormCommunication >> constraints [ { #category : #accessing } BormCommunication >> dataFlows [ - ^ self elements + + ^ elements ] { #category : #accessing }