Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
salamonpavel committed Jan 3, 2024
1 parent 5e45619 commit cb1fe0e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/scala/za/co/absa/fadb/DBFunction.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ abstract class DBFunctionWithStatus[I, R, E <: DBEngine[F], F[_]](functionNameOv

/**
* Executes the database function and returns multiple results.
* @param values
* @param values the values to pass over to the database function.
* @return A sequence of results from the database function.
*/
def apply(values: I): F[Either[StatusException, R]] = dBEngine.runWithStatus(query(values))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import za.co.absa.fadb.exceptions.StatusException
import za.co.absa.fadb.{DBFunctionWithStatus, DBSchema, FunctionStatusWithData}

import scala.concurrent.Future
import scala.language.higherKinds

/**
* Base class for Slick DB functions.
Expand Down

0 comments on commit cb1fe0e

Please sign in to comment.