Skip to content

Commit

Permalink
[feenkcom/gtoolkit#4072] Use string keys for properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
akgrant43 committed Oct 22, 2024
1 parent 5736b05 commit 9f8a372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GtGemStonePropertiesFile >> hasConnectorNamed: aString [
GtGemStonePropertiesFile >> initialize [

super initialize.
properties at: #namedConnectors put: Dictionary new.
properties at: 'namedConnectors' put: Dictionary new.
]

{ #category : #private }
Expand Down

0 comments on commit 9f8a372

Please sign in to comment.