Skip to content

Commit c58a92b

Browse files
Fix Javadoc formatting in HcpVaultSecretsManagerFactory
1 parent ac10d60 commit c58a92b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

ojdbc-provider-hashicorp/src/main/java/oracle/jdbc/provider/hashicorp/hcpvault/secrets/HcpVaultSecretsManagerFactory.java

+8-4
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,17 @@
5656
* </p>
5757
* <p>
5858
* The secrets API URL structure follows the format:
59-
* <pre>{@code
59+
* </p>
60+
* <pre>
61+
* {@code
6062
* https://api.cloud.hashicorp.com/secrets/2023-11-28/organizations/{ORG_ID}/projects/{PROJECT_ID}/apps/{APP_NAME}/secrets/{SECRET_NAME}:open
61-
* }</pre>
62-
* For more details, refer to the official HCP Vault Secrets API documentation:
63+
* }
64+
* </pre>
65+
* <p>
66+
* For more details, refer to the official HCP Vault Secrets API documentation:
6367
* <a href="https://developer.hashicorp.com/hcp/tutorials/get-started-hcp-vault-secrets/hcp-vault-secrets-retrieve-secret">
6468
* Retrieve a Secret from HCP Vault Secrets
65-
* </a>
69+
* </a>
6670
* </p>
6771
*/
6872
public final class HcpVaultSecretsManagerFactory extends HcpVaultResourceFactory<String> {

0 commit comments

Comments
 (0)