Skip to content

Commit

Permalink
More deprecation rewrite.
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Oct 10, 2019
1 parent 87a1b54 commit 0525e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RPackage-Core/RPackageOrganizer.class.st
Expand Up @@ -528,7 +528,7 @@ RPackageOrganizer >> initializeMethodsFor: aBehavior [
(aBehavior organization protocols
select: [ :each | each isExtensionProtocol not ])
do: [ :eachProtocol |
(eachProtocol methods
(eachProtocol methodSelectors
select: [ :eachSelector | (aBehavior >> eachSelector) origin = aBehavior ])
do: [ :eachSelector | package addMethod: (aBehavior >> eachSelector) ] ]
]
Expand Down

0 comments on commit 0525e15

Please sign in to comment.