1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

printTree methods exposed for debugging purposes

This commit is contained in:
David McKnight 2007-10-10 21:10:07 +00:00
parent ecd71f5899
commit a68cbfca7a

View file

@ -4209,7 +4209,7 @@ public final class DataStore
{ {
referenceTag = tag; referenceTag = tag;
} }
/*
public int printTree(String indent, DataElement root) public int printTree(String indent, DataElement root)
{ {
return printTree(indent, 0, root); return printTree(indent, 0, root);
@ -4239,5 +4239,5 @@ public final class DataStore
} }
return total; return total;
} }
*/
} }