1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-12-14 00:49:38 -08:00
parent 8b3ce7c39a
commit 7c2b3208e1

View file

@ -6,7 +6,7 @@
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* Markus Schorn - initial API and implementation * Markus Schorn - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.internal.core.dom.parser; 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. * Collector to find all children for an ast-node.
*/ */
class ChildCollector extends ASTGenericVisitor { class ChildCollector extends ASTGenericVisitor {
private final IASTNode fNode; private final IASTNode fNode;
private List<IASTNode> fNodes; private List<IASTNode> fNodes;