diff --git a/x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java b/x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java index 7d329781fad2b..56d5fec3f20d6 100644 --- a/x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java +++ b/x-pack/plugin/security/src/test/java/org/elasticsearch/test/SecuritySettingsSource.java @@ -298,7 +298,6 @@ private static void addSSLSettingsForStore(Settings.Builder builder, String pref * Returns the SSL related configuration settings given the location of a key and certificate and the location * of the PEM certificates to be trusted * - * @param builder * @param keyPath The path to the Private key to be used for SSL * @param password The password with which the private key is protected * @param certificatePath The path to the PEM formatted Certificate encapsulating the public key that corresponds