Skip to content

Commit

Permalink
Accomodate UmlExamples changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JanBliznicenko committed Jul 25, 2024
1 parent 7fa0b52 commit 6233ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository/OP-ClockProfile/ClClockProfileFactory.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ClClockProfileFactory >> modelWithAppliedStereotype [

<gtExample>
| model class profile |
model := OPUmlExamples new emptyModel.
model := OPUmlExamples emptyModel.
profile := self class profile.
model profileApplications add:
(OPUMLProfileApplication new appliedProfile: profile).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ IPIssuesProfileFactory >> exampleModel [

<gtExample>
| model classA classB issueTag profile |
model := OPUmlExamples new emptyModel.
model := OPUmlExamples emptyModel.
profile := self class profile.
model profileApplications add:
(OPUMLProfileApplication new appliedProfile: profile).
Expand Down

0 comments on commit 6233ef7

Please sign in to comment.