From 610afbb97141f55c5743d5b14535afbc109bed99 Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 2 Mar 2018 13:43:39 +0200 Subject: Bug 423715 - Fix since tags Change-Id: I8a5532c9ef2a12cc13e125b1545b466472ec4e0c Signed-off-by: Alexander Kurtakov --- .../eclipse/equinox/p2/repository/artifact/IArtifactDescriptor.java | 4 ++-- 1 file 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$ -- cgit v1.2.3