JavaContext.st
changeset 614 f042df9169e7
parent 588 dfb441458353
child 671 d418f01f84c0
--- a/JavaContext.st	Sat Sep 25 21:17:29 1999 +0000
+++ b/JavaContext.st	Sat Sep 25 21:32:24 1999 +0000
@@ -148,11 +148,11 @@
 method
     "the method may be found in the interpreter temps ..."
 
-    (method isKindOf:JavaMethod) ifTrue:[^ method].
+    method isJavaMethod ifTrue:[^ method].
     ^ super method
 
     "Created: / 1.5.1996 / 15:03:43 / cg"
-    "Modified: / 16.10.1998 / 01:22:12 / cg"
+    "Modified: / 25.9.1999 / 23:26:40 / cg"
 !
 
 methodHome
@@ -398,5 +398,5 @@
 !JavaContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.30 1999/07/27 18:19:02 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.31 1999/09/25 21:32:24 cg Exp $'
 ! !