#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 27 May 2019 15:03:48 +0200
changeset 24177 4353bb77db07
parent 24176 d261694dd722
child 24178 ddcab3a9c2df
#OTHER by cg category of: #postCopy #postDeepCopy
OrderedSet.st
--- a/OrderedSet.st	Mon May 27 15:02:55 2019 +0200
+++ b/OrderedSet.st	Mon May 27 15:03:48 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2001 by eXept Software AG
               All Rights Reserved
@@ -453,7 +451,7 @@
     ^ super asOrderedSet
 ! !
 
-!OrderedSet methodsFor:'copying'!
+!OrderedSet methodsFor:'copying-private'!
 
 postCopy
     "have to copy the keyArray too"