JavaMethodref.st
changeset 379 01586d49fc84
parent 264 44aedfcd08d1
child 425 86623cfee842
--- 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 $'
 ! !