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.
  • Loading branch information
gsmet committed Nov 26, 2024
1 parent 6bf9d2b commit d59ea8f
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 d59ea8f

Please sign in to comment.