comment/format in: #selection:
authorClaus Gittinger <cg@exept.de>
Mon, 01 Feb 2010 13:20:22 +0100
changeset 3874 9accac7cbf67
parent 3873 ec4ba667fe41
child 3875 834a03996904
comment/format in: #selection:
SelectionInHierarchy.st
--- a/SelectionInHierarchy.st	Mon Feb 01 13:20:11 2010 +0100
+++ b/SelectionInHierarchy.st	Mon Feb 01 13:20:22 2010 +0100
@@ -10,7 +10,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg2' }"
 
 Model subclass:#SelectionInHierarchy
@@ -304,8 +303,8 @@
 !
 
 selection:anIndexOrNil
-    "set the selection
-    "
+    "set the selection"
+
     self selectionIndex:anIndexOrNil
 !
 
@@ -340,5 +339,9 @@
 !SelectionInHierarchy class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.13 2006-03-06 08:45:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.14 2010-02-01 12:20:22 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg2/SelectionInHierarchy.st,v 1.14 2010-02-01 12:20:22 cg Exp $'
 ! !