SmalltalkAppletStub.st
changeset 218 7fd29ab73152
parent 217 bf3acbe1248b
child 234 78953bbfaba1
--- a/SmalltalkAppletStub.st	Wed Aug 13 13:11:14 1997 +0000
+++ b/SmalltalkAppletStub.st	Wed Aug 13 23:58:24 1997 +0000
@@ -105,18 +105,19 @@
 
     (parameter includesKey:arg) ifFalse:[
 "/        self halt:'no parameter for: ' , arg displayString.
-"/        ^ nil
+        ^ nil.
+
         s := Dialog request:('applet wants parameter for ' , (Java as_ST_String:arg)).
         ^ Java as_String:s.
     ].
     ^ parameter at:arg ifAbsent:nil
 
     "Created: 1.8.1997 / 15:56:51 / cg"
-    "Modified: 13.8.1997 / 00:10:47 / cg"
+    "Modified: 14.8.1997 / 01:28:56 / cg"
 ! !
 
 !SmalltalkAppletStub class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletStub.st,v 1.3 1997/08/13 13:11:14 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/SmalltalkAppletStub.st,v 1.4 1997/08/13 23:58:24 cg Exp $'
 ! !