mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
8b3ce7c39a
commit
7c2b3208e1
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@ import org.eclipse.cdt.core.dom.ast.IASTNode;
|
|||
* Collector to find all children for an ast-node.
|
||||
*/
|
||||
class ChildCollector extends ASTGenericVisitor {
|
||||
|
||||
private final IASTNode fNode;
|
||||
private List<IASTNode> fNodes;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue