ValueModel.st
changeset 223 b65dc250db8d
parent 175 df08e5b663d0
child 231 2fec6188bd28
--- a/ValueModel.st	Thu Apr 25 18:35:11 1996 +0200
+++ b/ValueModel.st	Thu Apr 25 18:43:54 1996 +0200
@@ -47,6 +47,9 @@
 
     subclasses must redefine: #setValue: and #value
     (and optionally redefine #value:)
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -100,5 +103,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.15 1996-03-08 22:20:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.16 1996-04-25 16:43:26 cg Exp $'
 ! !