JavaProcess.st
branchdevelopment
changeset 2578 fc6186a4961f
parent 2566 f1cea8b752ba
child 2711 a00302fe5083
--- a/JavaProcess.st	Thu May 02 00:07:31 2013 +0100
+++ b/JavaProcess.st	Thu May 02 10:32:02 2013 +0100
@@ -69,6 +69,13 @@
     "Created: / 15-12-2010 / 11:11:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+!JavaProcess class methodsFor:'others'!
+
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+! !
+
 !JavaProcess methodsFor:'accessing'!
 
 suspendedContext
@@ -269,11 +276,6 @@
     ^ '$Header: /cvs/stx/stx/libjava/JavaProcess.st,v 1.20 2013-04-27 12:26:38 cg Exp $'
 !
 
-version_HG
-
-    ^ '§Changeset: <not expanded> §'
-!
-
 version_SVN
     ^ '§Id§'
 ! !