This was missed in change I249869cadb2d55aef016371b9311b8583591b9cf
Change-Id: I19c9d4c04b6aa92b9e04c192dee70775d6985b58
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
/**
* The client will send a push certificate.
*
- * @since 3.7
+ * @since 4.0
*/
public static final String OPTION_PUSH_CERT = "push-cert"; //$NON-NLS-1$
/**
* The server allows recording of push certificates.
*
- * @since 3.7
+ * @since 4.0
*/
public static final String CAPABILITY_PUSH_CERT = "push-cert"; //$NON-NLS-1$
/**
* The required information to verify the push.
+ *
+ * @since 4.0
*/
public class PushCertificate {
import org.eclipse.jgit.transport.BaseReceivePack.ReceiveConfig;
/**
- * @author sbeller
+ * Parser for Push certificates
*
+ * @since 4.0
*/
public class PushCertificateParser extends PushCertificate {