JavaVM.st
branchdevelopment
changeset 2710 78c4f4a03914
parent 2705 e693added0af
parent 2580 0e56b45d70ee
child 2711 a00302fe5083
--- a/JavaVM.st	Thu Sep 05 17:09:27 2013 +0100
+++ b/JavaVM.st	Thu Sep 05 22:08:59 2013 +0100
@@ -1297,7 +1297,8 @@
     SystemClassLoader := nil.
 
     "
-     JavaVM deinitialize"
+     JavaVM deinitialize
+    "
 
     "Created: / 03-01-1998 / 21:28:14 / cg"
     "Modified: / 03-12-1998 / 20:33:21 / cg"
@@ -3532,6 +3533,7 @@
     "Modified: / 24-12-1999 / 02:33:25 / cg"
     "Modified: / 01-12-2011 / 18:32:58 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
     "Modified: / 07-05-2013 / 01:59:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+
 !
 
 throwExceptionClassName: aJavaExceptionClassName withMessage: someMessage
@@ -4700,7 +4702,7 @@
 
 version_HG
 
-    ^ '$Changeset: <not expanded> $'
+    ^ 'Changeset: <not expanded> '
 ! !
 
 !JavaVM class methodsFor:'queries'!
@@ -6716,11 +6718,11 @@
 !JavaVM class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaVM.st,v 1.189 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaVM.st,v 1.190 2013-05-07 13:42:51 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaVM.st,v 1.189 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaVM.st,v 1.190 2013-05-07 13:42:51 stefan Exp $'
 !
 
 version_SVN