src/tools/JavaParserI.st
branchjk_new_structure
changeset 1421 d68e361680e9
parent 1420 574d4bda2162
child 1424 9d8337007106
--- a/src/tools/JavaParserI.st	Thu Mar 15 11:23:37 2012 +0000
+++ b/src/tools/JavaParserI.st	Fri Mar 16 00:20:39 2012 +0000
@@ -634,9 +634,9 @@
                 (self respondsTo: assoc value)
                         ifFalse: [ self error: 'Unable to initialize ' , assoc value printString ]
                         ifTrue: [ (self instVarAt: assoc key) def: 
-                                (PPDebuggingParser parser:
+"/                                (PPDebuggingParser parser:
                                     ((self perform: assoc value)  name: assoc value; yourself)
-                                    debugger: debugger)
+"/                                    debugger: debugger)
                                 ] ]
 
     "Created: / 12-03-2012 / 16:51:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"