BookmarkList.st
changeset 14811 1105a50bafa5
parent 14810 2e3231bb0b9e
child 15566 184cea584be5
child 16761 d91fe714ec22
--- 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 $'
 ! !