File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
flyway/src/main/scala/com/avast/sst/flyway
jdk-http-client/src/main/scala/com/avast/sst/jdk/httpclient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import scala.jdk.CollectionConverters._
8
8
9
9
object FlywayModule {
10
10
11
- /** Makes [[org.flywaydb.core.Flyway ]] from the given [[ javax.sql.DataSource ]] and config. */
11
+ /** Makes [[org.flywaydb.core.Flyway ]] from the given ` javax.sql.DataSource` and config. */
12
12
def make [F [_]: Sync ](dataSource : DataSource , config : FlywayConfig ): F [Flyway ] = {
13
13
Sync [F ].delay {
14
14
val builder = Flyway .configure
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import javax.net.ssl.SSLContext
8
8
9
9
object JdkHttpClientModule {
10
10
11
- /** Makes [[ java.net.http.HttpClient ]] initialized with the given config. */
11
+ /** Makes ` java.net.http.HttpClient` initialized with the given config. */
12
12
def make (
13
13
config : JdkHttpClientConfig ,
14
14
executor : Option [Executor ] = None ,
You can’t perform that action at this time.
0 commit comments