Skip to content

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carolahp committed Mar 18, 2020
1 parent 2a30cdb commit a5b2694
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -256,6 +256,7 @@ SycRefactoringPreview >> updateChanges [
{ #category : #'as yet unclassified' }
SycRefactoringPreview >> updateTablePresenter [
| aCompositeChange anEnvironment |
"We get the environment to apply the changes from any element in the changes instance variable"
anEnvironment := changes
ifEmpty: [ nil ]
ifNotEmpty: [ changes anyOne model environment ].
Expand Down

0 comments on commit a5b2694

Please sign in to comment.