Skip to content

Commit

Permalink
PharoImporter: Use identityHash instead of hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-Darbord committed Apr 17, 2024
1 parent 7837ce5 commit 2c63aa2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
{ #category : #enumerating }
FamixValuePharoSTONImporter >> getObjectIdentity: rawObject [

^ rawObject hash
^ rawObject identityHash
]

{ #category : #importing }
Expand Down

0 comments on commit 2c63aa2

Please sign in to comment.