PluggableAdaptor.st
changeset 129 f890eaabc487
parent 125 fa5b5e4336bf
child 223 b65dc250db8d
--- a/PluggableAdaptor.st	Thu Nov 23 18:46:48 1995 +0100
+++ b/PluggableAdaptor.st	Thu Nov 23 18:49:05 1995 +0100
@@ -184,10 +184,6 @@
 	a at:1 put:'1'.
 	a changed.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.8 1995-11-23 10:42:30 cg Exp $'
 ! !
 
 !PluggableAdaptor class methodsFor:'instance creation'!
@@ -299,3 +295,8 @@
     self model:aValueHolder
 ! !
 
+!PluggableAdaptor class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.9 1995-11-23 17:48:31 cg Exp $'
+! !