Skip to content

Commit

Permalink
Update extensions/redis-client/runtime/src/main/java/io/quarkus/redis…
Browse files Browse the repository at this point in the history
…/client/runtime/SslConfig.java

Co-authored-by: Manyanda Chitimbo <[email protected]>
  • Loading branch information
antoniodvr and machi1990 authored Jun 6, 2021
1 parent ae54aa5 commit 39a27b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public class SslConfig {
* Should be HTTPS, LDAPS or an empty string.
*/
@ConfigItem
public Optional<String> hostnameVerificationAlgorithm = Optional.empty();
public Optional<String> hostnameVerificationAlgorithm;

}

0 comments on commit 39a27b8

Please sign in to comment.