ReindexedCollection.st
changeset 1753 f9be6a841a22
parent 1618 63a351ca7d76
child 1924 4f84cb037a21
--- a/ReindexedCollection.st	Mon Sep 18 21:49:07 2006 +0200
+++ b/ReindexedCollection.st	Fri Sep 29 17:17:30 2006 +0200
@@ -1,4 +1,4 @@
-"{ Package: 'stx:goodies' }"
+"{ Package: 'stx:libbasic2' }"
 
 SequenceableCollection subclass:#ReindexedCollection
 	instanceVariableNames:'sequence interval'
@@ -293,5 +293,5 @@
 !ReindexedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.4 2006-03-20 08:53:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/ReindexedCollection.st,v 1.5 2006-09-29 15:17:30 cg Exp $'
 ! !