Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-12-11 15:19:20 +0000
committerJohn Arthorne2012-12-11 15:19:20 +0000
commitc5e4e2152eb0b0b89f5768bfbb11a26324a2f183 (patch)
tree5d3f1307d219c07eff515867acd53975ae880e7c /bundles/org.eclipse.equinox.p2.repository
parentba852d2351bfd27f719619c0d08ec445532032b3 (diff)
downloadrt.equinox.p2-c5e4e2152eb0b0b89f5768bfbb11a26324a2f183.tar.gz
rt.equinox.p2-c5e4e2152eb0b0b89f5768bfbb11a26324a2f183.tar.xz
rt.equinox.p2-c5e4e2152eb0b0b89f5768bfbb11a26324a2f183.zip
Fixed API tools warningsv20121211-151920
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.repository')
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
index 8224c2579..1aaec049f 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactRepository.java
@@ -37,6 +37,7 @@ public interface IArtifactRepository extends IRepository<IArtifactKey> {
/**
* The key for a boolean indicating if the repository is in runnable format.
* @see IRepository#getProperties()
+ * @since 2.3
*/
public static final String PROP_RUNNABLE = "p2.runnable"; //$NON-NLS-1$

Back to the top