JavaMethodref.st
changeset 203 67af98594672
parent 198 5543d1079a4a
child 250 ea3955e7f791
--- a/JavaMethodref.st	Wed Aug 06 00:52:47 1997 +0000
+++ b/JavaMethodref.st	Thu Aug 07 13:19:56 1997 +0000
@@ -185,8 +185,18 @@
     "Modified: 26.3.1997 / 13:32:39 / cg"
 ! !
 
+!JavaMethodref methodsFor:'special'!
+
+updateClassRefsFrom:oldClass to:newClass
+    lastClass := nil.
+    lastMethod := nil.
+    super updateClassRefsFrom:oldClass to:newClass
+
+    "Created: 7.8.1997 / 15:00:46 / cg"
+! !
+
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.26 1997/08/05 15:27:13 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.27 1997/08/07 13:19:04 cg Exp $'
 ! !