]> source.dussan.org Git - jgit.git/commitdiff
Add missing @since tags for new API 37/85637/1
authorMatthias Sohn <matthias.sohn@sap.com>
Wed, 23 Nov 2016 22:29:41 +0000 (23:29 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 23 Nov 2016 22:29:41 +0000 (23:29 +0100)
Change-Id: I900d745195f58c067fadf209bb92cd3c852c59f4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/lib/PersonIdent.java
org.eclipse.jgit/src/org/eclipse/jgit/util/HttpSupport.java

index 0deb542cfd2baa5df4eff503569c17fe0c28f90b..627ccaa20682fc0ffd8f9645b0b0087c76200235 100644 (file)
@@ -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) {
index fbb506e5a0e934f027bf20338d29473c224876b7..251381ab33d10caefa0e51c7efba37f33ddd53e2 100644 (file)
@@ -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. */