Skip to content

Commit

Permalink
update parameter name according to the one of addClassDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed May 9, 2024
1 parent 3374ab6 commit 9ce8c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Refactoring-Changes/RBCompositeRefactoryChange.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ RBCompositeRefactoryChange >> compile: source in: class classified: aProtocol [
]

{ #category : 'refactory - changes' }
RBCompositeRefactoryChange >> defineClass: aString [
RBCompositeRefactoryChange >> defineClass: definition [

^ self addChange: (changeFactory addClassDefinition: aString)
^ self addChange: (changeFactory addClassDefinition: definition)
]

{ #category : 'private' }
Expand Down

0 comments on commit 9ce8c66

Please sign in to comment.