]> source.dussan.org Git - jgit.git/commitdiff
Add missing since tags for new API 64/42864/1
authorMatthias Sohn <matthias.sohn@sap.com>
Fri, 27 Feb 2015 01:33:05 +0000 (02:33 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Fri, 27 Feb 2015 01:33:05 +0000 (02:33 +0100)
Change-Id: I90d4d7566b2e220b8ea8ea1c644fe4b7fa81c0a3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.jgit/src/org/eclipse/jgit/transport/HMACSHA1NonceGenerator.java
org.eclipse.jgit/src/org/eclipse/jgit/transport/NonceGenerator.java

index 1e8da20b060daaafeb0d05bae822e274a998b74b..c24784771c1c144294e8ad9489c1ebe146b2a2c1 100644 (file)
@@ -56,6 +56,8 @@ import org.eclipse.jgit.transport.PushCertificate.NonceStatus;
 
 /**
  * The nonce generator which was first introduced to git-core.
+ *
+ * @since 4.0
  */
 public class HMACSHA1NonceGenerator implements NonceGenerator {
 
index 3afacd7186817669ce140d0493c854999ddd2321..d1ea0890689053d85a0d3955a4300b1018e9262a 100644 (file)
@@ -49,6 +49,8 @@ import org.eclipse.jgit.transport.PushCertificate.NonceStatus;
  * 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 {