Skip to content

Commit 1583908

Browse files
Fix Javadoc formatting
1 parent 12dfa91 commit 1583908

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ojdbc-provider-hashicorp/src/main/java/oracle/jdbc/provider/hashicorp/hcpvaultsecret/authentication/HcpVaultAuthenticationMethod.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public enum HcpVaultAuthenticationMethod {
5050
* Authentication using client credentials via the OAuth2 client_credentials flow.
5151
* <p>
5252
* This method requires the following:
53+
* </p>
5354
* <ul>
5455
* <li>A <b>Client ID</b> provided by the HCP Vault console or associated
5556
* with an HCP Service Principal.
@@ -58,8 +59,10 @@ public enum HcpVaultAuthenticationMethod {
5859
* secure access.
5960
* </li>
6061
* </ul>
62+
* <p>
6163
* By using these credentials, the method retrieves a short-lived API token
6264
* by calling the HCP OAuth2 endpoint.
63-
* </p> */
65+
* </p>
66+
*/
6467
CLIENT_CREDENTIALS
6568
}

0 commit comments

Comments
 (0)