comment/format in: #initialize
authorClaus Gittinger <cg@exept.de>
Mon, 25 Oct 2010 12:02:04 +0200
changeset 2874 6a5590e8b647
parent 2873 835095080d19
child 2875 eb6fea74e5e6
comment/format in: #initialize
ResourceSpecEditor.st
--- a/ResourceSpecEditor.st	Fri Oct 22 14:54:32 2010 +0200
+++ b/ResourceSpecEditor.st	Mon Oct 25 12:02:04 2010 +0200
@@ -394,12 +394,13 @@
     aspects      := IdentityDictionary new.
     tabSelection := 0.
 
-    self class aspects do:
-    [:aKey|
+    self class aspects do:[:aKey|
         |holder|
         aspects at:aKey put: (holder := ValueHolder new).
         holder addDependent: self
     ]
+
+    "Modified: / 25-10-2010 / 10:31:32 / cg"
 ! !
 
 !ResourceSpecEditor methodsFor:'private'!
@@ -783,5 +784,9 @@
 !ResourceSpecEditor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.48 2009-09-21 20:45:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.49 2010-10-25 10:02:04 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview2/ResourceSpecEditor.st,v 1.49 2010-10-25 10:02:04 cg Exp $'
 ! !