JavaInterfaceMethodRefTests.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/JavaInterfaceMethodRefTests.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaInterfaceMethodRefTests.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaInterfaceMethodRefTests methodsFor:'javaInterfaceMethodRef tests'!
 
 testCorrectInstanceCreation
@@ -171,6 +172,7 @@
     "Modified: / 23-05-2011 / 17:21:10 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaInterfaceMethodRefTests methodsFor:'permission tests'!
 
 testAccessingPublicFromSubclass
@@ -191,10 +193,11 @@
     "Modified: / 23-05-2011 / 17:54:12 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+
 !JavaInterfaceMethodRefTests class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaInterfaceMethodRefTests.st,v 1.2 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG