OrderedCollectionInspectorView.st
changeset 3870 9fc72fd3525e
parent 3200 4889a13402db
child 3875 40e2e851a32c
--- a/OrderedCollectionInspectorView.st	Thu Sep 12 13:09:07 2002 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Sep 12 13:09:56 2002 +0200
@@ -151,7 +151,6 @@
 
 indexedValueAtIndex:idx put:newValue
     inspectedObject at:idx put:newValue.
-
 !
 
 removeIndex
@@ -171,5 +170,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.30 2001-09-25 13:02:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.31 2002-09-12 11:09:49 cg Exp $'
 ! !