JavaMethodref.st
changeset 52 1dc41619b6f8
parent 41 eb7974d88088
child 63 74442cd26c02
--- a/JavaMethodref.st	Mon May 06 10:08:19 1996 +0000
+++ b/JavaMethodref.st	Mon May 06 14:21:57 1996 +0000
@@ -74,7 +74,7 @@
     cls := aClass.
 
     (cls isMemberOf:JavaUnresolvedClassConstant) ifTrue:[
-        class := class resolve
+        cls := cls resolve
     ].
     (cls isMemberOf:JavaUnresolvedClassConstant) ifTrue:[
         self halt.
@@ -107,5 +107,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.7 1996/05/03 11:28:51 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.8 1996/05/06 14:21:11 cg Exp $'
 ! !