Skip to content

Commit

Permalink
use new api
Browse files Browse the repository at this point in the history
  • Loading branch information
trentjeff committed Oct 4, 2023
1 parent cb3f16d commit 12fd2f0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ public String configKey() {
public TlsManager create(Config config,
String name) {
OciCertificatesTlsManagerConfig cfg = OciCertificatesTlsManagerConfig.create(config);
return TlsManagerProvider.getOrCreate(config,
name,
cfg,
return TlsManagerProvider.getOrCreate(cfg,
(c) -> new DefaultOciCertificatesTlsManager(cfg, name, config));
}

Expand Down

0 comments on commit 12fd2f0

Please sign in to comment.