#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 27 May 2019 15:04:36 +0200
changeset 24182 d3293adb46a7
parent 24181 fbc74b464089
child 24183 88df79557f67
#OTHER by cg category of: #postCopy #postDeepCopy
Dictionary.st
--- a/Dictionary.st	Mon May 27 15:04:23 2019 +0200
+++ b/Dictionary.st	Mon May 27 15:04:36 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
 	      All Rights Reserved
@@ -316,6 +314,7 @@
     "Created: / 04-07-2017 / 16:33:06 / cg"
 ! !
 
+
 !Dictionary methodsFor:'Compatibility-Dolphin'!
 
 equals:aDictionary
@@ -1807,7 +1806,9 @@
     "
 
     "Created: / 05-03-2019 / 12:41:54 / Stefan Vogel"
-!
+! !
+
+!Dictionary methodsFor:'copying-private'!
 
 postCopy
     "have to copy the valueArray too"