Skip to content

Commit

Permalink
Fix TLS config Javadoc typo
Browse files Browse the repository at this point in the history
Noticed while working on the management interface.

(cherry picked from commit d59ea8f)
  • Loading branch information
gsmet committed Nov 27, 2024
1 parent 9e98124 commit 6d30f94
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 6d30f94

Please sign in to comment.