We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ded34b commit 6f2f323Copy full SHA for 6f2f323
ssl-config/src/main/scala/com/avast/sst/ssl/SslContextModule.scala
@@ -14,8 +14,8 @@ import scala.language.higherKinds
14
15
object SslContextModule {
16
17
- /**
18
- * Initializes [[javax.net.ssl.SSLContext]] from the provided config.
+ /** Initializes [[javax.net.ssl.SSLContext]] from the provided config.
+ *
19
* @param withReference Whether we should use reference config of "ssl-config" library as well.
20
*/
21
def make[F[_]: Sync](config: Config, withReference: Boolean = true): F[SSLContext] = Sync[F].delay {
0 commit comments