JavaMethodRefTests.st
branchdevelopment
changeset 2578 fc6186a4961f
parent 2429 ebece4dcaab9
child 2711 a00302fe5083
--- a/JavaMethodRefTests.st	Thu May 02 00:07:31 2013 +0100
+++ b/JavaMethodRefTests.st	Thu May 02 10:32:02 2013 +0100
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaMethodRefTests methodsFor:'permission tests'!
 
 testAccessingPPFromOutside
@@ -294,7 +293,6 @@
     "Created: / 23-05-2011 / 17:54:41 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMethodRefTests methodsFor:'resolving static tests'!
 
 testCorrectStaticResolving
@@ -314,7 +312,6 @@
     "Modified: / 08-12-2011 / 19:25:00 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMethodRefTests methodsFor:'resolving tests'!
 
 testCorrectInstanceCreation
@@ -426,11 +423,10 @@
     "Modified: / 23-05-2011 / 17:05:49 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaMethodRefTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaMethodRefTests.st,v 1.3 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMethodRefTests.st,v 1.3 2013/02/25 11:15:31 vrany Exp $'
 !
 
 version_HG