Bug 522617 - [9] Javadoc errors in M-build for 4.7.1a

Change-Id: Ib27eabe8f5b5974e23f873984882f0163a1980cb
diff --git a/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java b/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java
index f7f7388..234886e 100644
--- a/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java
+++ b/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/AbstractJavaLaunchConfigurationDelegate.java
@@ -429,7 +429,7 @@
 	 * Returns the entries that should appear on the user portion of the classpath and modulepath as specified by the given launch configuration, as
 	 * an array of resolved strings. The returned array is empty if no classpath and modulepath is specified.
 	 *
-	 * @param configuration
+	 * @param config
 	 *            launch configuration
 	 * @return the classpath and modulepath specified by the given launch configuration, possibly an empty array
 	 * @exception CoreException
diff --git a/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java b/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
index a31008a..9fc23ac 100644
--- a/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
+++ b/org.eclipse.jdt.launching/launching/org/eclipse/jdt/launching/JavaRuntime.java
@@ -714,8 +714,8 @@
 	 * @return runtime classpath entry
 	 * @since 3.10
 	 */
-	public static IRuntimeClasspathEntry newArchiveRuntimeClasspathEntry(IPath path, IPath sourceAttachmentPath, IPath sourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAtributes, boolean isExported) {
-		return newRuntimeClasspathEntry(JavaCore.newLibraryEntry(path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAtributes, isExported));
+	public static IRuntimeClasspathEntry newArchiveRuntimeClasspathEntry(IPath path, IPath sourceAttachmentPath, IPath sourceAttachmentRootPath, IAccessRule[] accessRules, IClasspathAttribute[] extraAttributes, boolean isExported) {
+		return newRuntimeClasspathEntry(JavaCore.newLibraryEntry(path, sourceAttachmentPath, sourceAttachmentRootPath, accessRules, extraAttributes, isExported));
 	}
 
 	/**
@@ -1022,7 +1022,7 @@
 	/**
 	 * Checks if vm install is modular( version greater than 8).
 	 *
-	 * @param entry
+	 * @param vm
 	 *            the vm install
 	 * @return boolean <code>true</code> if vm install is modular else <code>false</code>
 	 * @since 3.10
@@ -1047,7 +1047,7 @@
 	/**
 	 * Checks if project entry is modular
 	 *
-	 * @param entry
+	 * @param proj
 	 *            the project
 	 * @return boolean <code>true</code> if project is modular else <code>false</code>
 	 * @since 3.10