JavaExceptionTests.st
branchrefactoring-javalibrary
changeset 1953 1e42ad3fc322
parent 1843 eff50e345dff
child 2069 75d40b7b986f
--- a/JavaExceptionTests.st	Tue Jan 15 18:12:48 2013 +0000
+++ b/JavaExceptionTests.st	Wed Jan 16 13:37:32 2013 +0000
@@ -65,6 +65,7 @@
     "Created: / 30-03-2012 / 13:38:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaExceptionTests methodsFor:'callbacks'!
 
 call: trhower with: aBoolean 
@@ -299,6 +300,11 @@
 
 !JavaExceptionTests class methodsFor:'documentation'!
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
-    ^ '$Id$'
+    ^ '§Id§'
 ! !