Link.st
branchjv
changeset 20078 a680abc90e84
parent 18120 e3a375d5f6a8
parent 19971 9bf68cbff965
--- a/Link.st	Thu Jun 30 09:31:43 2016 +0100
+++ b/Link.st	Thu Jun 30 21:11:02 2016 +0100
@@ -40,7 +40,9 @@
 "
     this class provides the basic functionality for Link-nodes.
     Links are abstract in that they do not provide a place for storing 
-    something, just the link-chain. 
+    something, just the link-chain. So concrete linkedList elements
+    must subclass from me and add their value slots.
+    
     For more usability look at ValueLink or other subclasses.
 
     [author:]
@@ -71,6 +73,6 @@
 !Link class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Link.st,v 1.13 2014-12-29 23:51:04 cg Exp $'
+    ^ '$Header$'
 ! !