checkin from browser
authorcg
Sun, 14 Nov 1999 14:54:27 +0000
changeset 627 3ef2f691563f
parent 626 ee0094f07603
child 628 c72908723a98
checkin from browser
JavaUnresolvedMethodrefConstant.st
--- a/JavaUnresolvedMethodrefConstant.st	Tue Nov 09 18:04:11 1999 +0000
+++ b/JavaUnresolvedMethodrefConstant.st	Sun Nov 14 14:54:27 1999 +0000
@@ -149,6 +149,12 @@
 
     "Created: / 24.3.1997 / 13:07:45 / cg"
     "Modified: / 8.1.1998 / 19:07:47 / cg"
+!
+
+signature
+    ^ self name
+
+    "Created: / 14.11.1999 / 15:52:39 / cg"
 ! !
 
 !JavaUnresolvedMethodrefConstant methodsFor:'queries'!
@@ -240,5 +246,5 @@
 !JavaUnresolvedMethodrefConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.13 1999/11/09 16:58:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.14 1999/11/14 14:54:27 cg Exp $'
 ! !