Skip to content

Commit

Permalink
Minor method name unification
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 4533c23 commit cda96cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OntoUML-Patterns/OntoUMLPatternController.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OntoUMLPatternController class >> getEmptyModel [
]

{ #category : 'scripts' }
OntoUMLPatternController class >> openEmptyModel [
OntoUMLPatternController class >> openExampleEmptyModel [
| controller |
controller := self new.
^ controller openModel: controller emptyModel.
Expand Down

0 comments on commit cda96cf

Please sign in to comment.