JavaUnresolvedMethodrefConstant.st
changeset 264 44aedfcd08d1
parent 255 2d8b3948a08a
child 399 94d37f2032a1
--- a/JavaUnresolvedMethodrefConstant.st	Sat Jan 17 14:38:28 1998 +0000
+++ b/JavaUnresolvedMethodrefConstant.st	Sat Jan 17 14:44:47 1998 +0000
@@ -1,5 +1,3 @@
-'From Smalltalk/X, Version:3.3.1 on 8-jan-1998 at 9:38:02 pm'                   !
-
 JavaUnresolvedRefConstant subclass:#JavaUnresolvedMethodrefConstant
 	instanceVariableNames:'classIndex'
 	classVariableNames:''
@@ -155,5 +153,5 @@
 !JavaUnresolvedMethodrefConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.7 1998/01/12 14:24:39 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedMethodrefConstant.st,v 1.8 1998/01/17 14:43:12 cg Exp $'
 ! !