Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / ExplicitConstructorCall.java
index f72c8bf..175afee 100644 (file)
@@ -79,8 +79,8 @@ public class ExplicitConstructorCall
                                flowContext.checkExceptionHandlers(
                                        thrownExceptions,
                                        (accessMode == ImplicitSuper)
-                                               ? (AstNode) currentScope.methodScope().referenceContext
-                                               : (AstNode) this,
+                                               ? (ASTNode) currentScope.methodScope().referenceContext
+                                               : (ASTNode) this,
                                        flowInfo,
                                        currentScope);
                        }