From 7e785a14173ee93f471872c7a7cf3e4654bf3c0d Mon Sep 17 00:00:00 2001 From: James Nord Date: Mon, 8 Jul 2024 12:09:42 +0100 Subject: [PATCH] Fixup invalid javadoc --- .../credentials/impl/CertificateCredentialsImpl.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java b/src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java index 18fe3c34..00121cf7 100644 --- a/src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java +++ b/src/main/java/com/cloudbees/plugins/credentials/impl/CertificateCredentialsImpl.java @@ -347,16 +347,10 @@ protected static FormValidation validateCertificateKeystore(KeyStore keyStore, c buf.toString())); } - /** - * {@inheritDoc} - */ protected KeyStoreSourceDescriptor() { super(); } - /** - * {@inheritDoc} - */ protected KeyStoreSourceDescriptor(Class clazz) { super(clazz); } @@ -515,9 +509,6 @@ private static void ensureNotRunningInFIPSMode() { } } - /** - * {@inheritDoc} - */ public static class DescriptorImpl extends KeyStoreSourceDescriptor { public static final String DEFAULT_VALUE = UploadedKeyStoreSource.class.getName() + ".default-value"; @@ -611,7 +602,6 @@ public FormValidation doCheckUploadedKeystore(@QueryParameter String value, /** * Helper method that performs form validation on a {@link KeyStore}. * - * @param type the type of keystore to instantiate, see {@link KeyStore#getInstance(String)}. * @param keystoreBytes the {@code byte[]} content of the {@link KeyStore}. * @param password the password to use when loading the {@link KeyStore} and recovering the key from the * {@link KeyStore}.