checkin from browser
authorcg
Mon, 12 Jul 1999 18:29:44 +0000
changeset 573 ba98f3fbaace
parent 572 eae34fe6ce03
child 574 cc23a40f7ef7
checkin from browser
JavaVM.st
--- a/JavaVM.st	Mon Jul 12 17:56:51 1999 +0000
+++ b/JavaVM.st	Mon Jul 12 18:29:44 1999 +0000
@@ -4070,7 +4070,6 @@
                         ^ inStream.
                     ].
                     url := 'systemResource:/ZIP' , (classPathIndex-1) printString , '/+/' , tryName.
-self halt.
                     ^ Java as_String:url.
                 ]
             ]
@@ -10486,7 +10485,6 @@
     bool := nativeContext argAt:1.
     str1 := nativeContext argAt:2.
     str2 := nativeContext argAt:3.
-self halt.
     ^ 1 "/ true
 ! !
 
@@ -11745,6 +11743,6 @@
 !JavaVM class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.145 1999/07/12 17:56:51 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaVM.st,v 1.146 1999/07/12 18:29:44 cg Exp $'
 ! !
 JavaVM initialize!