X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ImportDeclarationElementInfo.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ImportDeclarationElementInfo.java index 2f99fc0..751314e 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ImportDeclarationElementInfo.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/ImportDeclarationElementInfo.java @@ -14,14 +14,19 @@ import net.sourceforge.phpdt.internal.compiler.env.ISourceImport; /** * Element info for IImportDeclaration elements. + * * @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) + + /* + * (non-Javadoc) + * * @see net.sourceforge.phpdt.internal.compiler.env.ISourceImport#onDemand() */ public boolean onDemand() {