category change
authorClaus Gittinger <cg@exept.de>
Thu, 09 May 1996 16:26:36 +0200
changeset 1364 94e30904604e
parent 1363 461c6d002b63
child 1365 c307c7d22750
category change
LinkList.st
LinkedList.st
--- a/LinkList.st	Thu May 09 15:24:48 1996 +0200
+++ b/LinkList.st	Thu May 09 16:26:36 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'firstLink lastLink numberOfNodes'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Sequenceable'
+	category:'Collections-Linked'
 !
 
 !LinkedList class methodsFor:'documentation'!
@@ -387,5 +387,5 @@
 !LinkedList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LinkList.st,v 1.25 1996-04-27 17:48:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/LinkList.st,v 1.26 1996-05-09 14:26:36 cg Exp $'
 ! !
--- a/LinkedList.st	Thu May 09 15:24:48 1996 +0200
+++ b/LinkedList.st	Thu May 09 16:26:36 1996 +0200
@@ -14,7 +14,7 @@
 	instanceVariableNames:'firstLink lastLink numberOfNodes'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Collections-Sequenceable'
+	category:'Collections-Linked'
 !
 
 !LinkedList class methodsFor:'documentation'!
@@ -387,5 +387,5 @@
 !LinkedList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.25 1996-04-27 17:48:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LinkedList.st,v 1.26 1996-05-09 14:26:36 cg Exp $'
 ! !