JavaMethodref.st
changeset 255 2d8b3948a08a
parent 252 04b330744577
child 264 44aedfcd08d1
--- a/JavaMethodref.st	Mon Jan 12 13:51:13 1998 +0000
+++ b/JavaMethodref.st	Mon Jan 12 14:24:47 1998 +0000
@@ -1,3 +1,5 @@
+'From Smalltalk/X, Version:3.3.1 on 8-jan-1998 at 9:38:10 pm'                   !
+
 JavaRef subclass:#JavaMethodref
 	instanceVariableNames:'method sel lastClass lastMethod'
 	classVariableNames:''
@@ -62,9 +64,9 @@
 !
 
 returnType
-    ^ JavaMethod returnTypeFromSignature:(self signature).
+    ^ JavaMethod returnTypeFromSignature:(self signature) in:nil.
 
-    "Modified: 24.3.1997 / 12:25:11 / cg"
+    "Modified: / 8.1.1998 / 19:07:41 / cg"
 !
 
 selector
@@ -198,5 +200,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.29 1998/01/05 18:49:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.30 1998/01/12 14:24:36 cg Exp $'
 ! !