JavaFieldDescriptorWithUnionType.st
branchdevelopment
changeset 2380 9195eccdcbd9
parent 2069 75d40b7b986f
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
--- a/JavaFieldDescriptorWithUnionType.st	Mon Feb 18 16:58:07 2013 +0000
+++ b/JavaFieldDescriptorWithUnionType.st	Wed Feb 20 23:05:49 2013 +0000
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !JavaFieldDescriptorWithUnionType class methodsFor:'instance creation'!
 
 new
@@ -61,6 +62,7 @@
     ^ self basicNew initialize.
 ! !
 
+
 !JavaFieldDescriptorWithUnionType methodsFor:'accessing'!
 
 addDescriptor: desc
@@ -70,6 +72,7 @@
     "Created: / 10-12-2011 / 21:38:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaFieldDescriptorWithUnionType methodsFor:'comparing'!
 
 match: another
@@ -82,6 +85,7 @@
     "Created: / 10-12-2011 / 21:33:17 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaFieldDescriptorWithUnionType methodsFor:'initialization'!
 
 initialize
@@ -95,10 +99,11 @@
     "Modified: / 10-12-2011 / 21:31:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !JavaFieldDescriptorWithUnionType class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header$'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaFieldDescriptorWithUnionType.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
 !
 
 version_HG