ArrColl.st
changeset 628 7aa563e4c64a
parent 602 771ab7a8c4bf
child 916 a050d17c7e1f
--- a/ArrColl.st	Thu Nov 23 17:59:58 1995 +0100
+++ b/ArrColl.st	Thu Nov 23 18:00:32 1995 +0100
@@ -57,10 +57,6 @@
 	    ST/X versions may be changed to trigger an error (instead of a
 	    warning) in those situations.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.27 1995-11-23 01:05:48 cg Exp $'
 ! !
 
 !ArrayedCollection class methodsFor:'instance creation'!
@@ -311,3 +307,8 @@
     ^ self basicSize
 ! !
 
+!ArrayedCollection class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.28 1995-11-23 16:57:30 cg Exp $'
+! !