Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / ImportReference.java
index d0d13d3..ce10dac 100644 (file)
@@ -13,7 +13,7 @@ package net.sourceforge.phpeclipse.internal.compiler.ast;
 import net.sourceforge.phpdt.internal.compiler.IAbstractSyntaxTreeVisitor;
 import net.sourceforge.phpdt.internal.compiler.lookup.CompilationUnitScope;
 
-public class ImportReference extends AstNode {
+public class ImportReference extends ASTNode {
        
 //     public char[][] tokens;
 //     public long[] sourcePositions; //each entry is using the code : (start<<32) + end