OrderedSet.st
changeset 24177 4353bb77db07
parent 24083 2c2aa640efbc
child 24618 1cb472ae5a65
--- 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"