Skip to content

Commit b190660

Browse files
committed
* Removing covariant type replace by invariant
1 parent 8eda8bf commit b190660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/za/co/absa/fadb/DBExecutor.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ import scala.concurrent.Future
2525
*
2626
* @tparam E - the type of the engine, E.g. a Slick Postgres Database
2727
*/
28-
trait DBExecutor[+E] {
28+
trait DBExecutor[E] {
2929
def run[R](fnc: QueryFunction[E, R]): Future[Seq[R]]
3030
}

0 commit comments

Comments
 (0)