OrderedCollectionInspectorView.st
branchjv
changeset 16828 3be43a489ae3
parent 12431 9f0c59c742d5
parent 16817 2a7b77006cbf
--- a/OrderedCollectionInspectorView.st	Wed Aug 31 22:53:21 2016 +0100
+++ b/OrderedCollectionInspectorView.st	Fri Sep 02 17:43:31 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 InspectorView subclass:#OrderedCollectionInspectorView
 	instanceVariableNames:''
 	classVariableNames:''
@@ -125,9 +127,6 @@
 !OrderedCollectionInspectorView methodsFor:'private'!
 
 baseInspectedObjectClass
-    (inspectedObject class inheritsFrom:OrderedCollection) ifFalse:[
-        ^ Object
-    ].
     ^ OrderedCollection
 !
 
@@ -192,11 +191,11 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012-08-06 07:02:02 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012-08-06 07:02:02 cg Exp $'
+    ^ '$Header$'
 !
 
 version_HG