Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault (JBoss)2013-04-27 01:21:37 +0000
committerPascal Rapicault2013-04-27 01:21:37 +0000
commit1afc2baced98f028b1dd4cd071c939566471680a (patch)
tree287d051aa2ceaa5a5d80b67375254f1e453e22a1 /bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox
parentbd1a275a7062bd9ff84175f7f4b1ce558c394a51 (diff)
downloadrt.equinox.p2-1afc2baced98f028b1dd4cd071c939566471680a.tar.gz
rt.equinox.p2-1afc2baced98f028b1dd4cd071c939566471680a.tar.xz
rt.equinox.p2-1afc2baced98f028b1dd4cd071c939566471680a.zip
Indentify API as provisional
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemediationOperation.java7
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/Remedy.java7
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemedyConfig.java7
3 files changed, 18 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemediationOperation.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemediationOperation.java
index 28bed3aca..81e9078a0 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemediationOperation.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemediationOperation.java
@@ -18,8 +18,13 @@ import org.eclipse.equinox.internal.p2.operations.RequestFlexer;
import org.eclipse.equinox.p2.planner.IPlanner;
import org.eclipse.equinox.p2.planner.IProfileChangeRequest;
-//TODO Javadoc
/**
+ * <p>
+ * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
+ * part of a work in progress. There is no guarantee that this API will
+ * work or that it will remain the same. Please do not use this API without
+ * consulting with the <Your Team Name> team.
+ * </p>
* @since 2.3
*/
public class RemediationOperation extends ProfileChangeOperation {
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/Remedy.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/Remedy.java
index 54400ebcf..4c2e0dd12 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/Remedy.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/Remedy.java
@@ -12,8 +12,13 @@ package org.eclipse.equinox.p2.operations;
import org.eclipse.equinox.internal.p2.director.ProfileChangeRequest;
-//TODO Javadoc
/**
+ * <p>
+ * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
+ * part of a work in progress. There is no guarantee that this API will
+ * work or that it will remain the same. Please do not use this API without
+ * consulting with the <Your Team Name> team.
+ * </p>
* @since 2.3
*/
public class Remedy {
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemedyConfig.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemedyConfig.java
index 5c83fa24b..d18d2b2af 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemedyConfig.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/RemedyConfig.java
@@ -13,8 +13,13 @@ package org.eclipse.equinox.p2.operations;
import java.util.ArrayList;
import java.util.Collection;
-//TODO Javadoc
/**
+ * <p>
+ * <strong>EXPERIMENTAL</strong>. This class or interface has been added as
+ * part of a work in progress. There is no guarantee that this API will
+ * work or that it will remain the same. Please do not use this API without
+ * consulting with the <Your Team Name> team.
+ * </p>
* @since 2.3
*/
public class RemedyConfig {

Back to the top