JavaMethodDescriptor.st
branchdevelopment
changeset 2711 a00302fe5083
parent 2429 ebece4dcaab9
child 2731 13f5be2bf83b
--- a/JavaMethodDescriptor.st	Thu Sep 05 22:08:59 2013 +0100
+++ b/JavaMethodDescriptor.st	Fri Sep 06 00:16:38 2013 +0100
@@ -53,7 +53,6 @@
 "
 ! !
 
-
 !JavaMethodDescriptor class methodsFor:'instance creation'!
 
 name: name parameters: parameterDescriptors
@@ -87,7 +86,6 @@
     "Created: / 25-11-2010 / 18:45:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodDescriptor methodsFor:'accessing'!
 
 name
@@ -153,7 +151,6 @@
     "Created: / 16-08-2012 / 12:54:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodDescriptor methodsFor:'comparing'!
 
 = another
@@ -189,7 +186,6 @@
     "Created: / 06-12-2011 / 22:55:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodDescriptor methodsFor:'initialization'!
 
 name: aString
@@ -210,7 +206,6 @@
     return := something.
 ! !
 
-
 !JavaMethodDescriptor methodsFor:'queries'!
 
 numArgs
@@ -231,11 +226,10 @@
     "Created: / 16-12-2011 / 00:24:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !JavaMethodDescriptor class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaMethodDescriptor.st,v 1.5 2013-02-25 11:15:31 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_HG