JavaInterfaceMethodRefTests.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaInterfaceMethodRefTests.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaInterfaceMethodRefTests.st	Fri Sep 06 02:45:44 2013 +0200
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaInterfaceMethodRefTests methodsFor:'javaInterfaceMethodRef tests'!
 
 testCorrectInstanceCreation
@@ -172,7 +171,6 @@
     "Modified: / 23-05-2011 / 17:21:10 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaInterfaceMethodRefTests methodsFor:'permission tests'!
 
 testAccessingPublicFromSubclass
@@ -193,11 +191,10 @@
     "Modified: / 23-05-2011 / 17:54:12 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaInterfaceMethodRefTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaInterfaceMethodRefTests.st,v 1.3 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaInterfaceMethodRefTests.st,v 1.4 2013-09-06 00:41:23 vrany Exp $'
 !
 
 version_HG