mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 07:05:24 +02:00
printTree methods exposed for debugging purposes
This commit is contained in:
parent
ecd71f5899
commit
a68cbfca7a
1 changed files with 2 additions and 2 deletions
|
@ -4209,7 +4209,7 @@ public final class DataStore
|
|||
{
|
||||
referenceTag = tag;
|
||||
}
|
||||
/*
|
||||
|
||||
public int printTree(String indent, DataElement root)
|
||||
{
|
||||
return printTree(indent, 0, root);
|
||||
|
@ -4239,5 +4239,5 @@ public final class DataStore
|
|||
}
|
||||
return total;
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue