Collection.st
changeset 342 efca1a0c8e13
parent 328 7b542c0bf1dd
child 345 cf2301210c47
--- a/Collection.st	Tue May 09 02:17:53 1995 +0200
+++ b/Collection.st	Tue May 09 03:42:58 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.31 1995-05-01 21:28:58 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.32 1995-05-09 01:42:16 claus Exp $
 '!
 
 !Collection class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.31 1995-05-01 21:28:58 claus Exp $
+$Header: /cvs/stx/stx/libbasic/Collection.st,v 1.32 1995-05-09 01:42:16 claus Exp $
 "
 !
 
@@ -838,7 +838,7 @@
      Therefore it will be removed/renamed soon. 
      Please use #asStringCollection."
 
-    self obsoleteMethodWarning.
+    self obsoleteMethodWarning:'use #asStringCollection; #asText will change its meaning'.
 
     ^ self asStringCollection
 !