Method.st
changeset 13571 e8ed0b82fe5d
parent 13570 382db10e848d
child 13572 c81aeb055fd3
--- a/Method.st	Mon Aug 08 19:13:11 2011 +0200
+++ b/Method.st	Mon Aug 08 19:13:34 2011 +0200
@@ -2787,7 +2787,7 @@
         cachedInfo := LastParseTreeCache at:self ifAbsent:nil.
         cachedInfo notNil ifTrue:[
             cachedInfo parserClass == parserClass ifTrue:[
-                Transcript show:'hit '; showCR:self.
+                "/ Transcript show:'hit '; showCR:self.
                 ^ cachedInfo parser perform:accessSelector
             ]
         ]
@@ -2814,7 +2814,7 @@
         parse:#'parseMethodSilent:' return:#sentMessages or:#()
     "
 
-    "Modified: / 08-08-2011 / 19:09:35 / cg"
+    "Modified: / 08-08-2011 / 19:13:24 / cg"
 !
 
 parseAnnotations
@@ -3529,11 +3529,11 @@
 !Method class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.362 2011-08-08 17:13:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.363 2011-08-08 17:13:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.362 2011-08-08 17:13:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.363 2011-08-08 17:13:34 cg Exp $'
 !
 
 version_SVN