LookupKey.st
changeset 629 2ceefe9b5a19
parent 607 a9a526c51233
child 1290 15ba3221b89b
--- a/LookupKey.st	Thu Nov 23 18:00:32 1995 +0100
+++ b/LookupKey.st	Thu Nov 23 18:07:57 1995 +0100
@@ -42,10 +42,6 @@
 
 	key             <Object>        the key
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.5 1995-11-23 01:21:27 cg Exp $'
 ! !
 
 !LookupKey class methodsFor:'instance creation'!
@@ -119,3 +115,8 @@
     key printOn:aStream.
 ! !
 
+!LookupKey class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/LookupKey.st,v 1.6 1995-11-23 17:07:25 cg Exp $'
+! !