Syntax highlighting is changeable.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / internal / compiler / ast / LabeledStatement.java
index 154aa8f..08fe9d5 100644 (file)
@@ -68,7 +68,7 @@ public class LabeledStatement extends Statement {
                }
        }
        
-       public AstNode concreteStatement() {
+       public ASTNode concreteStatement() {
                
                // return statement.concreteStatement(); // for supporting nested labels:   a:b:c: someStatement (see 21912)
                return statement;