Skip to content

Commit

Permalink
Merge pull request #44704 from gsmet/fix-tls-config-javadoc
Browse files Browse the repository at this point in the history
Fix TLS config Javadoc typo
  • Loading branch information
gsmet authored Nov 26, 2024
2 parents 8483304 + d59ea8f commit 2dc7c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public interface TlsConfig {

/**
* The hostname verification algorithm to use in case the server's identity should be checked.
* Should be {@code HTTPS}, {@code LDAPS} or an {@code NONE} (default).
* Should be {@code HTTPS}, {@code LDAPS} or {@code NONE} (default).
* <p>
* If set to {@code NONE}, it does not verify the hostname.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public interface TlsBucketConfig {

/**
* The hostname verification algorithm to use in case the server's identity should be checked.
* Should be {@code HTTPS} (default), {@code LDAPS} or an {@code NONE}.
* Should be {@code HTTPS} (default), {@code LDAPS} or {@code NONE}.
* <p>
* If set to {@code NONE}, it does not verify the hostname.
* <p>
Expand Down

0 comments on commit 2dc7c1e

Please sign in to comment.