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
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Markus Schorn - initial API and implementation
|
||||
* Markus Schorn - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.internal.core.dom.parser;
|
||||
|
||||
|
@ -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