JavaInterfaceMethodRef2.st
changeset 2678 c865275e48a7
parent 2396 fadc6d7a2f5b
child 2731 13f5be2bf83b
--- a/JavaInterfaceMethodRef2.st	Fri Aug 16 19:52:36 2013 +0200
+++ b/JavaInterfaceMethodRef2.st	Fri Sep 06 02:45:44 2013 +0200
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaInterfaceMethodRef2 methodsFor:'private - resolving'!
 
 findResolvedStaticValue
@@ -90,7 +89,6 @@
     "Created: / 09-02-2012 / 23:10:44 / mh <hlopik@gmail.com>"
 ! !
 
-
 !JavaInterfaceMethodRef2 methodsFor:'queries'!
 
 isJavaInterfaceMethodRef
@@ -101,11 +99,10 @@
     "Created: / 14-04-2011 / 15:33:46 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
-
 !JavaInterfaceMethodRef2 class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaInterfaceMethodRef2.st,v 1.5 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaInterfaceMethodRef2.st,v 1.6 2013-09-06 00:41:23 vrany Exp $'
 !
 
 version_HG