Bug 545330 - Problems in javadoc for platform



Change-Id: I5ca60528f5e4bd7d16ae5c49734d97daac7f6b3a
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
index 6c4b2d1..9a08f50 100644
--- a/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
+++ b/update/org.eclipse.update.configurator/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.update.configurator; singleton:=true
-Bundle-Version: 3.4.200.qualifier
+Bundle-Version: 3.4.300.qualifier
 Bundle-Activator: org.eclipse.update.internal.configurator.ConfigurationActivator
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/update/org.eclipse.update.configurator/pom.xml b/update/org.eclipse.update.configurator/pom.xml
index c8c2fb2..99702fe 100644
--- a/update/org.eclipse.update.configurator/pom.xml
+++ b/update/org.eclipse.update.configurator/pom.xml
@@ -19,6 +19,6 @@
   </parent>
   <groupId>org.eclipse.update</groupId>
   <artifactId>org.eclipse.update.configurator</artifactId>
-  <version>3.4.200-SNAPSHOT</version>
+  <version>3.4.300-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 </project>
diff --git a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
index 79d22e3..8b7e31d 100644
--- a/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
+++ b/update/org.eclipse.update.configurator/src/org/eclipse/update/configurator/IPlatformConfiguration.java
@@ -534,7 +534,7 @@
 	 * @see IPlatformConfiguration#getBootstrapPluginIdentifiers()
 	 * @param id plugin identifier. Must match one of the entries returned
 	 * by getBootstrapPluginIdentifiers()
-	 * @param location
+	 * @param location Location of the bootstrap plugin.
 	 * @since 2.0
 	 * @deprecated Do not use this method. Use the osig.bundles system property contains
 	 * the urls of the automatically started bundles.