class: BookmarkList
authorClaus Gittinger <cg@exept.de>
Tue, 04 Nov 2014 12:14:25 +0100
changeset 14811 1105a50bafa5
parent 14810 2e3231bb0b9e
child 14812 dd56bd368da0
class: BookmarkList comment/format in: #initialize
BookmarkList.st
--- a/BookmarkList.st	Tue Nov 04 12:13:55 2014 +0100
+++ b/BookmarkList.st	Tue Nov 04 12:14:25 2014 +0100
@@ -354,7 +354,6 @@
 initialize
     "Invoked when a new instance is created."
 
-    "/ please change as required (and remove this comment)
     super initialize.
 
     showRoot := false.
@@ -396,11 +395,15 @@
 
 !BookmarkList class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/BookmarkList.st,v 1.9 2014-11-04 11:14:25 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/BookmarkList.st,v 1.8 2014-11-04 11:13:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BookmarkList.st,v 1.9 2014-11-04 11:14:25 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: BookmarkList.st,v 1.8 2014-11-04 11:13:55 cg Exp $'
+    ^ '$Id: BookmarkList.st,v 1.9 2014-11-04 11:14:25 cg Exp $'
 ! !