Skip to content

Commit

Permalink
Use API working in P10
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 13, 2023
1 parent 9769aa6 commit 1279ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hermes/HEInstaller.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ HEInstaller >> buildTrait: aTraitDefinition [
builder
beTrait;
name: aTraitDefinition traitName;
uses: (self buildTraitCompositionFor: aTraitDefinition traitComposition);
traitComposition: (self buildTraitCompositionFor: aTraitDefinition traitComposition);
classTraitComposition: (self buildTraitCompositionFor: aTraitDefinition classTraitComposition);
package: aTraitDefinition packageName;
environment: environment.
Expand Down

0 comments on commit 1279ad8

Please sign in to comment.