#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Mon, 19 Feb 2018 16:37:26 +0100
changeset 22550 35e87af3c989
parent 22549 e899d82b6215
child 22551 cb0a07454324
#DOCUMENTATION by cg class: Object comment/format in: #shallowCopyForFinalization
Object.st
--- a/Object.st	Mon Feb 19 16:37:15 2018 +0100
+++ b/Object.st	Mon Feb 19 16:37:26 2018 +0100
@@ -5111,7 +5111,7 @@
 !
 
 shallowCopyForFinalization
-    "OBSOLETE INTERFACE: please redefine  #executor instead.
+    "OBSOLETE INTERFACE: please redefine #executor instead.
      This is used to acquire a copy to be used for finalization -
      (the copy will be sent a #finalize message; see the documentation in the Registry class)
      This method can be redefined for more efficient copying - especially for large objects."