Date.st
branchjv
changeset 17761 b0e5971141bc
parent 17757 73caeb68bf1f
child 17767 a4a32df3aa5e
--- a/Date.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/Date.st	Mon Apr 26 19:26:38 2010 +0100
@@ -782,7 +782,6 @@
     "
 ! !
 
-
 !Date class methodsFor:'change & update'!
 
 update:something with:aParameter from:changedObject
@@ -1605,7 +1604,6 @@
     "
 ! !
 
-
 !Date methodsFor:'Compatibility-ANSI'!
 
 dayOfWeek
@@ -2674,7 +2672,6 @@
     ^ self addDays:days
 ! !
 
-
 !Date methodsFor:'printing & storing'!
 
 addPrintBindingsTo:aDictionary
@@ -3017,17 +3014,15 @@
 !Date class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Date.st 10510 2010-04-08 17:25:02Z vranyj1 $'
+    ^ '$Id: Date.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 !
 
 version_CVS
     ^ '§Header: /cvs/stx/stx/libbasic/Date.st,v 1.135 2010/03/26 14:26:26 fm Exp §'
+!
+
+version_SVN
+    ^ '$Id: Date.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 Date initialize!
-
-
-
-
-
-