JavaMethodRefTests.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaMethodRefTests.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaMethodRefTests.st	Fri Sep 06 02:45:44 2013 +0200
@@ -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.4 2013-09-06 00:41:24 vrany Exp $'
 !
 
 version_HG