NewLauncher.st
changeset 1914 d94b77e0ef43
parent 1913 b5d55f160224
child 1915 ff2a757c819c
--- a/NewLauncher.st	Mon Oct 05 12:20:55 1998 +0200
+++ b/NewLauncher.st	Mon Oct 05 13:38:52 1998 +0200
@@ -2059,7 +2059,7 @@
 !
 
 javaSupportPresent
-    ^ (JavaVM notNil and:[JavaVM isBehavior and:[JavaVM isLoaded]]) asValue
+    ^ [JavaVM notNil and:[JavaVM isBehavior and:[JavaVM isLoaded]]]
 
     "Created: / 13.2.1998 / 14:25:59 / cg"
     "Modified: / 13.2.1998 / 14:26:31 / cg"
@@ -3572,5 +3572,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.109 1998-10-05 10:20:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.110 1998-10-05 11:38:52 cg Exp $'
 ! !