Skip to content

Commit

Permalink
* rollback of experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
benedeki committed Jun 25, 2024
1 parent 2338517 commit c9622ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/scala/za/co/absa/fadb/DBFunction.scala
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ object DBFunction {
functionNameOverride: Option[String] = None
)(implicit schema: DBSchema, dBEngine: E)
extends DBFunction[I, R, E, F](functionNameOverride) {


// A constructor that takes only the mandatory parameters and uses default values for the optional ones
def this()(implicit schema: DBSchema, dBEngine: E) = this(None)
Expand Down

0 comments on commit c9622ae

Please sign in to comment.