SystemBrowser.st
changeset 2826 9d7f11697806
parent 2824 85795055a3bf
child 2828 6e54ebb9b75e
--- a/SystemBrowser.st	Wed Oct 25 16:10:34 2000 +0200
+++ b/SystemBrowser.st	Wed Oct 25 17:54:48 2000 +0200
@@ -2860,7 +2860,6 @@
         ] ifFalse:[
             cls := entry mclass.
             cls isNil ifTrue:[
-self halt.
                 '??? unbound'
             ] ifFalse:[
                 cls isJavaClass ifTrue:[
@@ -2903,7 +2902,8 @@
     "
 
     "Modified: / 17.6.1996 / 17:07:46 / stefan"
-    "Modified: / 17.10.1998 / 11:25:53 / cg"!
+    "Modified: / 17.10.1998 / 11:25:53 / cg"
+!
 
 browseMethodsFrom:aClass where:aBlock title:title
     "launch a browser for all instance- and classmethods in aClass
@@ -3179,6 +3179,6 @@
 !SystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.120 2000-10-25 11:49:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.121 2000-10-25 15:54:48 cg Exp $'
 ! !
 SystemBrowser initialize!