docs: fix two typos in comments
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2024-04-27 12:06:55 +02:00
parent dd5adf897a
commit e49216f611
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ public class HTTPVaultConnector implements VaultConnector {
throw new InvalidRequestException("Secret path must not be empty."); throw new InvalidRequestException("Secret path must not be empty.");
} }
// By default data is directly passed as payload. // By default, data is directly passed as payload.
Object payload = data; Object payload = data;
// If options are given, split payload in two parts. // If options are given, split payload in two parts.

View File

@ -293,7 +293,7 @@ public final class HTTPVaultConnectorBuilder {
} }
/** /**
* Build connector based on the {@code }VAULT_ADDR} and {@code VAULT_CACERT} (optional) environment variables. * Build connector based on the {@code VAULT_ADDR} and {@code VAULT_CACERT} (optional) environment variables.
* *
* @return self * @return self
* @throws VaultConnectorException if Vault address from environment variables is malformed * @throws VaultConnectorException if Vault address from environment variables is malformed