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 9a5911d..2f99fc0 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,7 +14,7 @@ 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{ @@ -22,7 +22,7 @@ public class ImportDeclarationElementInfo extends MemberElementInfo implements I boolean onDemand; /* (non-Javadoc) - * @see org.eclipse.jdt.internal.compiler.env.ISourceImport#onDemand() + * @see net.sourceforge.phpdt.internal.compiler.env.ISourceImport#onDemand() */ public boolean onDemand() { return this.onDemand;