MessageTally.st
changeset 1280 f08fe6cf6348
parent 1152 b1f95f16a0a4
child 1376 7feb7011cdc2
--- a/MessageTally.st	Fri May 16 13:45:11 2003 +0200
+++ b/MessageTally.st	Mon May 19 11:09:30 2003 +0200
@@ -163,7 +163,7 @@
 "
 ! !
 
-!MessageTally class methodsFor:'spying - private'!
+!MessageTally class methodsFor:'spying-private'!
 
 spyLeafOn:aBlock interval:ms to:outStream
     "evaluate aBlock and output leaf method statistics on outStream"
@@ -205,7 +205,7 @@
     "Modified: 22.3.1997 / 16:54:36 / cg"
 ! !
 
-!MessageTally class methodsFor:'spying - public interface'!
+!MessageTally class methodsFor:'spying-public interface'!
 
 spyDetailedOn:aBlock
     "evaluate aBlock and output full statistics on the Transcript.
@@ -683,5 +683,5 @@
 !MessageTally class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.41 2002-07-09 14:12:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/MessageTally.st,v 1.42 2003-05-19 09:09:30 cg Exp $'
 ! !