SourceCodeManagerUtilities.st
changeset 983 100c6d1f8ef6
parent 982 52118290c6d6
child 984 e8b2b69a5489
--- a/SourceCodeManagerUtilities.st	Tue Oct 31 12:09:35 2000 +0100
+++ b/SourceCodeManagerUtilities.st	Tue Oct 31 12:10:56 2000 +0100
@@ -330,7 +330,7 @@
     ^ true.
 
     "
-     self checkAndWarnAboutBadMessagesInClass:SMC::RuleItem  
+     self checkAndWarnAboutBadMessagesInClass:(SourceCodeManagerUtilities)  
     "
 !
 
@@ -1263,5 +1263,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.25 2000-10-31 11:09:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.26 2000-10-31 11:10:56 cg Exp $'
 ! !