From f8826cbd2118a82aa411e3618be87949383b703e Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 18 Mar 2019 14:55:29 +0200 Subject: Bug 545330 - Problems in javadoc for platform Fix p2 javadoc warnings. Change-Id: I4f9cd9c79917a70f9b69e75557d6a137cfaa1473 Signed-off-by: Alexander Kurtakov --- bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.equinox.p2.engine/pom.xml | 2 +- .../src/org/eclipse/equinox/p2/engine/IProfile.java | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'bundles/org.eclipse.equinox.p2.engine') diff --git a/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF index 2f9e5fa5e..4599ca202 100644 --- a/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.equinox.p2.engine/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.equinox.p2.engine;singleton:=true -Bundle-Version: 2.6.200.qualifier +Bundle-Version: 2.6.300.qualifier Bundle-Activator: org.eclipse.equinox.internal.p2.engine.EngineActivator Bundle-Vendor: %providerName Bundle-Localization: plugin diff --git a/bundles/org.eclipse.equinox.p2.engine/pom.xml b/bundles/org.eclipse.equinox.p2.engine/pom.xml index 614350e6b..5a260334e 100644 --- a/bundles/org.eclipse.equinox.p2.engine/pom.xml +++ b/bundles/org.eclipse.equinox.p2.engine/pom.xml @@ -9,6 +9,6 @@ org.eclipse.equinox org.eclipse.equinox.p2.engine - 2.6.200-SNAPSHOT + 2.6.300-SNAPSHOT eclipse-plugin diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java index 26e62a713..c0d8fec1b 100644 --- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java +++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/p2/engine/IProfile.java @@ -173,7 +173,7 @@ public interface IProfile extends IQueryable { public static final String STATE_SHARED_INSTALL_VALUE_NEW = "new"; //$NON-NLS-1$ /** - * Profile property constant for additional parameters of the downloading stats(e.g., package=jee&os=linux). + * Profile property constant for additional parameters of the downloading stats(e.g., package=jee&os=linux). * @since 2.2 */ public static final String PROP_STATS_PARAMETERS = "org.eclipse.equinox.p2.stats.parameters"; //$NON-NLS-1$ @@ -230,7 +230,7 @@ public interface IProfile extends IQueryable { * Returns the installable units in this profile that match the given query. In a shared * install, this will include both the installable units in the shared base location, and in * the current user's private install area. - * @param query + * @param query The query to use for matching. * @param monitor a progress monitor, or null if progress * reporting is not desired * @return The installable units that match the given query -- cgit v1.2.3