Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / ConstructorDeclaration.java
index 6e62d47..4a49302 100644 (file)
@@ -122,7 +122,7 @@ public class ConstructorDeclaration extends AbstractMethodDeclaration {
                                                && (!flowInfo.isDefinitelyAssigned(fields[i]))) {
                                                scope.problemReporter().uninitializedBlankFinalField(
                                                        field,
-                                                       isDefaultConstructor ? (AstNode) scope.referenceType() : this);
+                                                       isDefaultConstructor ? (ASTNode) scope.referenceType() : this);
                                        }
                                }
                        }