Skip to content

Commit

Permalink
update deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Mar 13, 2020
1 parent 7036a8c commit fcc566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FAST-GTExtensions/FASTEntitySourceAnchor.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FASTEntitySourceAnchor >> gtNodesIn: composite [
^ composite tree
title: 'Tree';
display: [ :anObject | anObject ];
children: [ :each | each childrenNode ];
children: [ :each | each children ];
yourself
]

Expand Down

0 comments on commit fcc566f

Please sign in to comment.