Skip to content

Commit

Permalink
Improved compatibility with older project files
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Oct 17, 2024
1 parent d071413 commit 9f0dd1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repository/OpenPonk-BormModel/BormProcessNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Class {
}

{ #category : 'associating' }
BormProcessNode >> -> aNode [
BormProcessNode >> => aNode [

^ BormFactory transitionFrom: self to: aNode
]

Expand Down

0 comments on commit 9f0dd1f

Please sign in to comment.