From c6cfe500b519e7e7b9bfc67ba0af823d3f7a4c92 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 23 Nov 2016 23:29:41 +0100 Subject: [PATCH] Add missing @since tags for new API Change-Id: I900d745195f58c067fadf209bb92cd3c852c59f4 Signed-off-by: Matthias Sohn --- org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java | 1 + org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java b/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java index 0deb542cfd..627ccaa206 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java @@ -195,6 +195,7 @@ public class PersonIdent implements Serializable { * @param aName * @param aEmailAddress * @param when + * @since 4.6 */ public PersonIdent(String aName, String aEmailAddress, ProposedTimestamp when) { diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java b/org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java index fbb506e5a0..251381ab33 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java @@ -144,7 +144,10 @@ public class HttpSupport { /** The {@code gzip} encoding value for {@link #HDR_ACCEPT_ENCODING}. */ public static final String ENCODING_GZIP = "gzip"; //$NON-NLS-1$ - /** The {@code x-gzip} encoding value for {@link #HDR_ACCEPT_ENCODING}. */ + /** + * The {@code x-gzip} encoding value for {@link #HDR_ACCEPT_ENCODING}. + * @since 4.6 + */ public static final String ENCODING_X_GZIP = "x-gzip"; //$NON-NLS-1$ /** The standard {@code text/plain} MIME type. */ -- 2.39.5