Boolean.st
branchjv
changeset 17892 d86c8bd5ece3
parent 17869 9610c6c94e71
child 17910 8d796ca8bd1d
--- a/Boolean.st	Fri Oct 28 08:45:38 2011 +0100
+++ b/Boolean.st	Mon Oct 31 22:19:21 2011 +0000
@@ -113,7 +113,6 @@
 
 
 
-
 !Boolean methodsFor:'blocked'!
 
 addDependent:someOne
@@ -196,7 +195,6 @@
     ^ self printString
 ! !
 
-
 !Boolean methodsFor:'testing'!
 
 isBoolean
@@ -234,13 +232,14 @@
 !Boolean class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Boolean.st 10700 2011-09-29 15:44:37Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011/09/29 13:24:33 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.41 2010/11/17 14:59:49 cg Exp §'
+    ^ 'Header: /cvs/stx/stx/libbasic/Boolean.st,v 1.42 2011/09/29 13:24:33 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: Boolean.st 10700 2011-09-29 15:44:37Z vranyj1 $'
+    ^ '$Id: Boolean.st 10729 2011-10-31 22:19:21Z vranyj1 $'
 ! !
+