Use <resource:#obsolete>
authorStefan Vogel <sv@exept.de>
Thu, 17 May 2001 16:13:10 +0200
changeset 5864 efddf7097b68
parent 5863 cd29b95b3c72
child 5865 06a28f9ee22c
Use <resource:#obsolete>
Collection.st
--- a/Collection.st	Thu May 17 16:10:42 2001 +0200
+++ b/Collection.st	Thu May 17 16:13:10 2001 +0200
@@ -1050,6 +1050,8 @@
      Therefore it will be removed/renamed soon. 
      Please use #asStringCollection."
 
+    <resource:#obsolete>
+
     self obsoleteMethodWarning:'use #asStringCollection; #asText will change its meaning'.
 
     ^ self asStringCollection
@@ -2171,6 +2173,6 @@
 !Collection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.108 2001-04-13 16:57:35 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.109 2001-05-17 14:13:10 stefan Exp $'
 ! !
 Collection initialize!