Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-03-02 11:43:39 +0000
committerAlexander Kurtakov2018-03-02 11:43:39 +0000
commit610afbb97141f55c5743d5b14535afbc109bed99 (patch)
tree0f8d8ecc17b9ef7e74fc27d537053470e0766cb2
parentf032752bc00b63edf0e8fd418f2798ce5cb774e5 (diff)
downloadrt.equinox.p2-610afbb97141f55c5743d5b14535afbc109bed99.tar.gz
rt.equinox.p2-610afbb97141f55c5743d5b14535afbc109bed99.tar.xz
rt.equinox.p2-610afbb97141f55c5743d5b14535afbc109bed99.zip
Change-Id: I8a5532c9ef2a12cc13e125b1545b466472ec4e0c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java
index 826e17a59..f0e795aa8 100644
--- a/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java
+++ b/bundles/org.eclipse.equinox.p2.repository/src/org/eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java
@@ -41,7 +41,7 @@ public interface IArtifactDescriptor {
/**
* A prefix of an artifact descriptor properties (value "download.checksums") storing checksum
* of the artifact bytes that are transferred.
- * @since 2.4.0
+ * @since 2.4
*/
public static final String DOWNLOAD_CHECKSUM = "download.checksum"; //$NON-NLS-1$
@@ -67,7 +67,7 @@ public interface IArtifactDescriptor {
* An artifact descriptor property (value "artifact.checksums") storing list of
* checksums of the artifact bytes in its native format (after processing steps have
* been applied).
- * @since 2.4.0
+ * @since 2.4
*/
public static final String ARTIFACT_CHECKSUM = "artifact.checksum"; //$NON-NLS-1$

Back to the top