changed #deferredValue
authorClaus Gittinger <cg@exept.de>
Wed, 16 Sep 2009 21:22:34 +0200
changeset 11957 8cb8e08f82a8
parent 11956 ca9071118979
child 11958 c0059b845951
changed #deferredValue
Block.st
--- a/Block.st	Wed Sep 16 21:22:24 2009 +0200
+++ b/Block.st	Wed Sep 16 21:22:34 2009 +0200
@@ -469,7 +469,8 @@
 !Block methodsFor:'Compatibility-Dolphin'!
 
 deferredValue
-    "doplphin's alias for futureValue"
+    "Compatibility method - do not use in new code.
+     Dplphin's alias for futureValue"
 
     ^ self futureValue
 ! !
@@ -2829,7 +2830,7 @@
 !Block class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.169 2009-09-16 11:35:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Block.st,v 1.170 2009-09-16 19:22:34 cg Exp $'
 ! !
 
 Block initialize!