Tools__NewSystemBrowser.st
changeset 18654 ac68a11feda9
parent 18648 6aa4fd812786
child 18659 c2c874f0d625
--- a/Tools__NewSystemBrowser.st	Mon Mar 04 08:03:01 2019 +0100
+++ b/Tools__NewSystemBrowser.st	Mon Mar 04 10:20:39 2019 +0100
@@ -61078,7 +61078,6 @@
     |selection codeView cls crsrPos interval node explanation|
 
     cls := self classOfSelectedMethodOrSelectedClass.
-    cls isNil ifTrue:[ ^ nil ].
 
     codeView := self codeView.
 
@@ -61116,6 +61115,7 @@
     ^ explanation
 
     "Modified: / 15-07-2006 / 19:28:16 / cg"
+    "Modified: / 04-03-2019 / 10:05:59 / Claus Gittinger"
 !
 
 getClassInfo