JavaUnresolvedClassConstant.st
changeset 392 03a101c707ec
parent 360 e3df9401df00
child 399 94d37f2032a1
--- a/JavaUnresolvedClassConstant.st	Mon Oct 19 22:39:53 1998 +0000
+++ b/JavaUnresolvedClassConstant.st	Mon Oct 19 22:40:19 1998 +0000
@@ -14,9 +14,11 @@
     ref := Java unresolvedClassRefFor:nm.
     ref notNil ifTrue:[^ ref].
 
-    ref := self new fullName:nm.
+    ref := self new setFullName:nm.
     Java rememberUnresolved:ref.
     ^ ref
+
+    "Modified: / 19.10.1998 / 20:18:13 / cg"
 !
 
 pool:aPool poolIndex:slotIndex fullName:aString
@@ -276,5 +278,5 @@
 !JavaUnresolvedClassConstant class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedClassConstant.st,v 1.29 1998/07/20 11:29:46 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaUnresolvedClassConstant.st,v 1.30 1998/10/19 22:40:19 cg Exp $'
 ! !