Some minor changes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / Statement.java
index bb6e49f..ff647a4 100644 (file)
@@ -12,7 +12,7 @@ public abstract class Statement extends AstNode {
    * @param sourceStart starting offset
    * @param sourceEnd ending offset
    */
-  public Statement(final int sourceStart,
+  protected Statement(final int sourceStart,
                    final int sourceEnd) {
     super(sourceStart, sourceEnd);
   }