Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-03-12 00:45:12 +0000
committerPascal Rapicault2010-03-12 00:45:12 +0000
commit04dfebbcd43b8facc4029e49952250546770d311 (patch)
tree51aa10b093ff3a56375497038add8e39c6621434 /bundles/org.eclipse.equinox.p2.operations
parent0e64148bb2966c8d6186ce614f19e4ad21bbdd9b (diff)
downloadrt.equinox.p2-04dfebbcd43b8facc4029e49952250546770d311.tar.gz
rt.equinox.p2-04dfebbcd43b8facc4029e49952250546770d311.tar.xz
rt.equinox.p2-04dfebbcd43b8facc4029e49952250546770d311.zip
Java doc tweaks (@noextend, @noimplement, final, etc)
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.operations')
-rw-r--r--bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/IProfileChangeJob.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/IProfileChangeJob.java b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/IProfileChangeJob.java
index c415ed5b6..e964169bd 100644
--- a/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/IProfileChangeJob.java
+++ b/bundles/org.eclipse.equinox.p2.operations/src/org/eclipse/equinox/p2/operations/IProfileChangeJob.java
@@ -14,7 +14,8 @@ package org.eclipse.equinox.p2.operations;
/**
* Interface for a provisioning job that operates on a
* profile.
- *
+ * @noextend This interface is not intended to be extended by clients.
+ * @noimplement This interface is not intended to be implemented by clients.
* @since 2.0
*/
public interface IProfileChangeJob {

Back to the top