KeyedCollection.st
changeset 9482 7bebdb8e4c60
parent 9480 de4de5ec8b82
child 10533 04130c197558
--- a/KeyedCollection.st	Tue Aug 08 16:17:01 2006 +0200
+++ b/KeyedCollection.st	Tue Aug 08 16:17:30 2006 +0200
@@ -11,7 +11,7 @@
 "
 
 
-"{ Package: 'stx:libbasic2' }"
+"{ Package: 'stx:libbasic' }"
 
 Collection subclass:#KeyedCollection
 	instanceVariableNames:''
@@ -212,5 +212,5 @@
 !KeyedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.3 2006-08-08 14:14:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/KeyedCollection.st,v 1.4 2006-08-08 14:17:29 cg Exp $'
 ! !