#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 27 May 2019 15:04:08 +0200
changeset 4956 f5404f992dc1
parent 4955 a5b7af921f9e
child 4957 a37f0835ddf3
#OTHER by cg category of: #postCopy #postDeepCopy
RunArray.st
--- a/RunArray.st	Mon May 27 14:12:58 2019 +0200
+++ b/RunArray.st	Mon May 27 15:04:08 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  This class is not covered by or part of the ST/X licence.
 
@@ -885,7 +883,9 @@
 
     "Modified: / 18-05-1996 / 19:28:47 / cg"
     "Modified: / 11-12-2018 / 20:59:27 / Claus Gittinger"
-!
+! !
+
+!RunArray methodsFor:'copying-private'!
 
 postCopy
     contentsArray := contentsArray copy.