InfoChange.st
branchjv
changeset 3158 f8c56a311307
parent 3128 87750af738dc
parent 2874 76f493ddadfe
child 3219 92e64a42ab4e
--- a/InfoChange.st	Fri Mar 22 11:11:55 2013 +0000
+++ b/InfoChange.st	Thu Mar 28 12:22:48 2013 +0000
@@ -52,6 +52,7 @@
 "
 ! !
 
+
 !InfoChange class methodsFor:'instance creation'!
 
 type: type data: data timestamp: timestamp
@@ -64,6 +65,7 @@
     "Created: / 18-05-2012 / 16:59:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !InfoChange methodsFor:'accessing'!
 
 data
@@ -74,6 +76,7 @@
     data := something.
 ! !
 
+
 !InfoChange methodsFor:'applying'!
 
 apply
@@ -82,6 +85,7 @@
     "Created: / 18-05-2012 / 17:00:39 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !InfoChange methodsFor:'printing & storing'!
 
 printOn:aStream
@@ -102,6 +106,7 @@
     "Created: / 18-05-2012 / 17:02:08 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !InfoChange class methodsFor:'documentation'!
 
 version
@@ -118,6 +123,6 @@
 !
 
 version_SVN
-    ^ '§Id:: InfoChange.st 1946 2012-07-31 14:00:47Z vranyj1                                                                        §'
+    ^ '§Id:: InfoChange.st 1942 2012-07-27 14:53:23Z vranyj1                                                                        §'
 ! !