Bug 381875 - Javadoc errors in org.eclipse.pde.core.target 
diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
index 36b21de..efa20f77 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/ITargetDefinition.java
@@ -41,7 +41,6 @@
 	 * 

 	 * @param monitor progress monitor or <code>null</code>

 	 * @return resolution multi-status

-	 * @throws CoreException if unable to resolve

 	 */

 	public IStatus resolve(IProgressMonitor monitor);

 

@@ -151,7 +150,7 @@
 	 * <code>null</code>.

 	 * 

 	 * @see #getBundles()

-	 * @see #setIncluded()

+	 * @see #setIncluded(NameVersionDescriptor[])

 	 * @return list of name version descriptors or <code>null</code>

 	 */

 	public NameVersionDescriptor[] getIncluded();

@@ -203,7 +202,7 @@
 	 * Sets the operating system this target is configured for or <code>null</code> to

 	 * default to the running operating system.

 	 * 

-	 * @param operating system identifier - one of the operating system constants

+	 * @param os operating system identifier - one of the operating system constants

 	 * 	defined by {@link Constants} or <code>null</code> to default to the running

 	 * 	operating system

 	 */

@@ -223,7 +222,7 @@
 	 * Sets the window system this target is configured for or <code>null</code> to 

 	 * default to the running window system.

 	 * 

-	 * @param window system identifier or <code>null</code> to default to the

+	 * @param ws window system identifier or <code>null</code> to default to the

 	 * 	running window system

 	 */

 	public void setWS(String ws);

@@ -242,7 +241,7 @@
 	 * Sets the architecture this target is configured for, or <code>null</code> to default

 	 * to the running architecture.

 	 * 

-	 * @param architecture identifier or <code>null</code> to default to the

+	 * @param arch architecture identifier or <code>null</code> to default to the

 	 * 	running architecture.

 	 */

 	public void setArch(String arch);

@@ -258,7 +257,7 @@
 	/**

 	 * Sets the locale this target is configured for or <code>null</code> for default.

 	 * 

-	 * @param locale identifier or <code>null</code> for default

+	 * @param nl locale identifier or <code>null</code> for default

 	 */

 	public void setNL(String nl);

 

@@ -305,8 +304,6 @@
 

 	/**

 	 * Returns the implicit dependencies set on this target or <code>null</code> if none.

-	 * Note that this does not resolve the actual bundles used as implicit dependencies - see

-	 * {@link #resolveImplicitDependencies(IProgressMonitor)} for resolution.

 	 * 

 	 * @return implicit dependencies or <code>null</code>

 	 */

diff --git a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
index 7fcaf8f..e1912d0 100644
--- a/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
+++ b/ui/org.eclipse.pde.core/src/org/eclipse/pde/core/target/LoadTargetDefinitionJob.java
@@ -87,7 +87,7 @@
 	 * as the current target platform. When <code>null</code> is specified

 	 * the target platform is empty and all other settings are default.

 	 *<p>

-	 * Clients should use {@link #getLoadJob(ITargetDefinition)} instead to ensure

+	 * Clients should use {@link #load(ITargetDefinition, IJobChangeListener)} instead to ensure

 	 * any existing jobs are cancelled.

 	 * </p>

 	 * @param target target definition or <code>null</code> if none