IdentityDictionary.st
changeset 634 e15218d09420
parent 609 12be97f6d5a7
child 1126 497de696dff0
--- a/IdentityDictionary.st	Thu Nov 23 18:29:43 1995 +0100
+++ b/IdentityDictionary.st	Thu Nov 23 18:31:42 1995 +0100
@@ -40,10 +40,6 @@
     #identityHash instead of #hash.
     IdentityDictionaries are especially useful, when symbols are used as keys.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/IdentityDictionary.st,v 1.17 1995-11-23 01:25:21 cg Exp $'
 ! !
 
 !IdentityDictionary methodsFor:'private'!
@@ -173,3 +169,8 @@
     ^ cnt
 ! !
 
+!IdentityDictionary class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/IdentityDictionary.st,v 1.18 1995-11-23 17:31:22 cg Exp $'
+! !