improved PHP parser
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / IImportDeclaration.java
index c8587e9..812bc64 100644 (file)
@@ -11,6 +11,7 @@
  *******************************************************************************/
 package net.sourceforge.phpdt.core;
 
+
 /**
  * Represents an import declaration in Java compilation unit.
  * <p>
@@ -47,4 +48,5 @@ int getFlags() throws JavaModelException;
  * @return true if the import is on-demand, false otherwise
  */
 boolean isOnDemand();
+
 }