Object.st
branchjv
changeset 18091 abbcac10730e
parent 18089 a798a6440a81
parent 15683 d72a36fe05b0
child 18093 2b786a9af1d0
--- a/Object.st	Fri Aug 23 17:31:58 2013 +0100
+++ b/Object.st	Wed Aug 28 10:47:51 2013 +0100
@@ -490,7 +490,6 @@
     InfoPrinting := aBoolean
 ! !
 
-
 !Object class methodsFor:'queries'!
 
 isAbstract
@@ -512,13 +511,6 @@
     "Modified: 23.4.1996 / 16:00:07 / cg"
 ! !
 
-
-
-
-
-
-
-
 !Object methodsFor:'Compatibility-Dolphin'!
 
 stbFixup: anSTBInFiler at: newObjectIndex
@@ -674,7 +666,6 @@
     "
 ! !
 
-
 !Object methodsFor:'accessing'!
 
 _at:index
@@ -1653,7 +1644,6 @@
     "Modified: 6.7.1996 / 23:03:41 / cg"
 ! !
 
-
 !Object methodsFor:'attributes access'!
 
 objectAttributeAt:attributeKey
@@ -1789,8 +1779,6 @@
     "Modified: / 18.2.2000 / 11:32:19 / cg"
 ! !
 
-
-
 !Object methodsFor:'change & update'!
 
 broadcast:aSelectorSymbol
@@ -1980,7 +1968,6 @@
     ^ self
 ! !
 
-
 !Object methodsFor:'comparing'!
 
 = anObject
@@ -3663,8 +3650,6 @@
     "Modified: / 30.1.1998 / 14:04:01 / cg"
 ! !
 
-
-
 !Object methodsFor:'displaying'!
 
 ascentOn:aGC
@@ -7591,7 +7576,6 @@
     ^ self
 ! !
 
-
 !Object methodsFor:'secure message sending'!
 
 ?: selector
@@ -8194,7 +8178,6 @@
     "
 ! !
 
-
 !Object methodsFor:'synchronized evaluation'!
 
 freeSynchronizationSemaphore
@@ -9846,11 +9829,11 @@
 !Object class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.733 2013-08-19 15:58:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.734 2013-08-22 18:19:18 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.733 2013-08-19 15:58:24 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Object.st,v 1.734 2013-08-22 18:19:18 cg Exp $'
 !
 
 version_HG