Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / AbstractMethodDeclaration.java
index 15b28ed..7919157 100644 (file)
@@ -30,7 +30,7 @@ import net.sourceforge.phpdt.internal.compiler.problem.ProblemSeverities;
 
 
 public abstract class AbstractMethodDeclaration
-       extends AstNode
+       extends ASTNode
        implements ProblemSeverities, ReferenceContext {
                
        public MethodScope scope;