JavaMethodref.st
changeset 167 77dcbc4b2201
parent 163 43e2f021c562
child 180 b77168d0e07c
--- a/JavaMethodref.st	Wed Mar 26 17:23:17 1997 +0000
+++ b/JavaMethodref.st	Wed Mar 26 17:25:36 1997 +0000
@@ -141,7 +141,7 @@
                     cls := cls soleInstance.
                 ].
                 (cls isKindOf:JavaClass) ifFalse:[
-                    self halt:'not a javaClass'.
+"/                    self halt:'not a javaClass'.
                     ^ nil
                 ]
             ].
@@ -172,11 +172,11 @@
 
     ^ nil
 
-    "Modified: 18.3.1997 / 19:57:01 / cg"
+    "Modified: 26.3.1997 / 13:32:39 / cg"
 ! !
 
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.23 1997/03/24 13:20:16 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.24 1997/03/26 17:24:04 cg Exp $'
 ! !