class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Wed, 19 Nov 2014 21:35:15 +0100
changeset 14848 8a15194d34e6
parent 14847 a69476d48e3d
child 14849 6a193ec6c01f
class: Tools::CodeView2
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Wed Nov 19 18:54:00 2014 +0100
+++ b/Tools__CodeView2.st	Wed Nov 19 21:35:15 2014 +0100
@@ -2510,7 +2510,7 @@
                     servicesWithAnnotations add:eachService.
                 ].
             ].
-            Transcript showCR:servicesWithAnnotations.
+            "/ Transcript showCR:servicesWithAnnotations.
         ].
     ].
 
@@ -4088,15 +4088,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.169 2014-11-19 17:47:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.170 2014-11-19 20:35:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.169 2014-11-19 17:47:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.170 2014-11-19 20:35:15 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.169 2014-11-19 17:47:24 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.170 2014-11-19 20:35:15 cg Exp $'
 ! !