A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / ImportDeclarationElementInfo.java
index 9a5911d..751314e 100644 (file)
@@ -14,15 +14,20 @@ import net.sourceforge.phpdt.internal.compiler.env.ISourceImport;
 
 /**
  * Element info for IImportDeclaration elements.
- * @see org.eclipse.jdt.core.IImportDeclaration
+ * 
+ * @see net.sourceforge.phpdt.core.IImportDeclaration
  */
-public class ImportDeclarationElementInfo extends MemberElementInfo implements ISourceImport{
-       
-       // record if import is on demand, the import name doesn't have trailing start
+public class ImportDeclarationElementInfo extends MemberElementInfo implements
+               ISourceImport {
+
+       // record if import is on demand, the import name doesn't have trailing
+       // start
        boolean onDemand;
-       
-       /* (non-Javadoc)
-        * @see org.eclipse.jdt.internal.compiler.env.ISourceImport#onDemand()
+
+       /*
+        * (non-Javadoc)
+        * 
+        * @see net.sourceforge.phpdt.internal.compiler.env.ISourceImport#onDemand()
         */
        public boolean onDemand() {
                return this.onDemand;