ImmArray.st
changeset 261 0372e948ca2d
parent 148 ef0e604209ec
child 263 3b21d0991eff
--- a/ImmArray.st	Thu Apr 25 09:56:03 1996 +0200
+++ b/ImmArray.st	Thu Apr 25 13:15:21 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Array subclass:#ImmutableArray
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Compiler-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Compiler-Support'
 !
 
 !ImmutableArray class methodsFor:'documentation'!
@@ -183,5 +183,5 @@
 !ImmutableArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.12 1995-12-03 12:15:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Attic/ImmArray.st,v 1.13 1996-04-25 11:15:15 cg Exp $'
 ! !