Skip to content

Commit

Permalink
Fixup invalid javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Jul 8, 2024
1 parent 1662ee1 commit 7e785a1
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,16 +347,10 @@ protected static FormValidation validateCertificateKeystore(KeyStore keyStore, c
buf.toString()));
}

/**
* {@inheritDoc}
*/
protected KeyStoreSourceDescriptor() {
super();
}

/**
* {@inheritDoc}
*/
protected KeyStoreSourceDescriptor(Class<? extends KeyStoreSource> clazz) {
super(clazz);
}
Expand Down Expand Up @@ -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";

Expand Down Expand Up @@ -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}.
Expand Down

0 comments on commit 7e785a1

Please sign in to comment.