ValueHolder.st
changeset 129 f890eaabc487
parent 125 fa5b5e4336bf
child 156 c1b01254e4cd
--- a/ValueHolder.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/ValueHolder.st	Thu Nov 23 18:49:05 1995 +0100
@@ -69,10 +69,6 @@
 	    Transcript show:firstName value; show:' '; showCr:lastName value
 	]
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.10 1995-11-23 10:43:07 cg Exp $'
 ! !
 
 !ValueHolder class methodsFor:'instance creation'!
@@ -122,3 +118,8 @@
     ^ value
 ! !
 
+!ValueHolder class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.11 1995-11-23 17:48:56 cg Exp $'
+! !