Metaclass.st
changeset 24176 d261694dd722
parent 24063 6193bcaef956
child 24375 17f697620440
--- a/Metaclass.st	Mon May 27 15:02:50 2019 +0200
+++ b/Metaclass.st	Mon May 27 15:02:55 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -284,7 +282,7 @@
     "
 ! !
 
-!Metaclass methodsFor:'copying'!
+!Metaclass methodsFor:'copying-private'!
 
 postCopy
     "redefined - a copy may have a new instance"