checkin from browser
authorcg
Sat, 17 Oct 1998 12:48:19 +0000
changeset 379 01586d49fc84
parent 378 a4701f1e93ba
child 380 4bc7f45e2994
checkin from browser
JavaMethodref.st
--- a/JavaMethodref.st	Sat Oct 17 12:47:11 1998 +0000
+++ b/JavaMethodref.st	Sat Oct 17 12:48:19 1998 +0000
@@ -129,10 +129,10 @@
         ^ nil.
 "/ old:        ^ self.
     ].
-    mthd checkForNOOPMethod.
+"/    mthd checkForNOOPMethod.
     ^ mthd
 
-    "Modified: 31.7.1997 / 22:16:24 / cg"
+    "Modified: / 16.10.1998 / 00:22:59 / cg"
 !
 
 methodFor:aClass
@@ -198,5 +198,5 @@
 !JavaMethodref class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.31 1998/01/17 14:43:32 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaMethodref.st,v 1.32 1998/10/17 12:48:19 cg Exp $'
 ! !