Add missing @since tags for new API

Change-Id: I900d745195f58c067fadf209bb92cd3c852c59f4
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2016-11-23 23:29:41 +01:00
parent 8803718493
commit c6cfe500b5
2 changed files with 5 additions and 1 deletions

View File

@ -195,6 +195,7 @@ public PersonIdent(final String aName, final String aEmailAddress) {
* @param aName
* @param aEmailAddress
* @param when
* @since 4.6
*/
public PersonIdent(String aName, String aEmailAddress,
ProposedTimestamp when) {

View 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. */