OrderedCollectionInspectorView.st
changeset 16817 2a7b77006cbf
parent 11729 28a9e5cf7f79
child 16828 3be43a489ae3
child 17873 55caf185e54f
--- a/OrderedCollectionInspectorView.st	Wed Aug 31 19:00:39 2016 +0200
+++ b/OrderedCollectionInspectorView.st	Wed Aug 31 19:00:53 2016 +0200
@@ -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,9 +191,10 @@
 !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$'
 ! !
+