Skip to content

Commit

Permalink
Changes for #81
Browse files Browse the repository at this point in the history
  • Loading branch information
eMaringolo committed Jun 25, 2021
1 parent 737bb65 commit a2b554a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions source/.configmaps
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
{
#name : 'TonelLoaderModel',
#versionName : 'strategies-4',
#ts : 3802074931
#versionName : 'strategies-5',
#ts : 3802083798
},
{
#name : 'TonelReaderModel',
Expand Down
2 changes: 1 addition & 1 deletion source/TonelLoaderModel/TonelLoaderApplication.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TonelLoaderApplication >> allPrerequisites [

| result new temp |
result := OrderedCollection new.
new := self prerequisites.
new := prerequisites ifNil: [prerequisites := OrderedCollection new].
[new isEmpty] whileFalse: [
temp := Set new.
new do: [:app |
Expand Down

0 comments on commit a2b554a

Please sign in to comment.