Add missing since tags for new API

Change-Id: I90d4d7566b2e220b8ea8ea1c644fe4b7fa81c0a3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
This commit is contained in:
Matthias Sohn 2015-02-27 02:33:05 +01:00
parent 1350f7ea1d
commit 360071d75d
2 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,8 @@
/**
* The nonce generator which was first introduced to git-core.
*
* @since 4.0
*/
public class HMACSHA1NonceGenerator implements NonceGenerator {

View File

@ -49,6 +49,8 @@
* A NonceGenerator is used to create a nonce to be sent out to the pusher who
* will sign the nonce to prove it is not a replay attack on the push
* certificate.
*
* @since 4.0
*/
public interface NonceGenerator {