checkin from browser
authorcg
Sat, 17 Oct 1998 12:56:21 +0000
changeset 382 acef9fb5ee5a
parent 381 b8348aa2d1b2
child 383 6c20ce98a9d3
checkin from browser
JavaContext.st
--- a/JavaContext.st	Sat Oct 17 12:54:27 1998 +0000
+++ b/JavaContext.st	Sat Oct 17 12:56:21 1998 +0000
@@ -117,11 +117,11 @@
 method
     "the method may be found in the interpreter temps ..."
 
-    (method isMemberOf:JavaMethod) ifTrue:[^ method].
+    (method isKindOf:JavaMethod) ifTrue:[^ method].
     ^ super method
 
     "Created: / 1.5.1996 / 15:03:43 / cg"
-    "Modified: / 2.1.1998 / 21:38:00 / cg"
+    "Modified: / 16.10.1998 / 01:22:12 / cg"
 !
 
 methodHome
@@ -351,5 +351,5 @@
 !JavaContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.24 1998/09/10 12:58:06 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.25 1998/10/17 12:56:21 cg Exp $'
 ! !