Skip to content

Commit fd00f8e

Browse files
authored
fix(config): Fix incorrect character in javadocs of JwtClientAuthConfig (#237)
1 parent 518a2d1 commit fd00f8e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ The file must be in PEM format; it may contain a private key, or a private key a
460460

461461
Supported key formats are:
462462

463-
- RSA & ECDSA in PKCS#8 format (`BEGIN PRIVATE KEY`): always supported
463+
- RSA and ECDSA in PKCS#8 format (`BEGIN PRIVATE KEY`): always supported
464464
- RSA in PKCS#1 format (`BEGIN RSA PRIVATE KEY`): requires the BouncyCastle library
465465
- ECDSA in EC SEC 1 format (`BEGIN EC PRIVATE KEY`): requires the BouncyCastle library
466466

oauth2/core/src/main/java/com/dremio/iceberg/authmgr/oauth2/config/JwtClientAuthConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public interface JwtClientAuthConfig {
120120
* <p>Supported key formats are:
121121
*
122122
* <ul>
123-
* <li>RSA & ECDSA in PKCS#8 format ({@code BEGIN PRIVATE KEY}): always supported
123+
* <li>RSA and ECDSA in PKCS#8 format ({@code BEGIN PRIVATE KEY}): always supported
124124
* <li>RSA in PKCS#1 format ({@code BEGIN RSA PRIVATE KEY}): requires the BouncyCastle library
125125
* <li>ECDSA in EC SEC 1 format ({@code BEGIN EC PRIVATE KEY}): requires the BouncyCastle
126126
* library

0 commit comments

Comments
 (0)