Skip to content

Commit

Permalink
SonarCloud and apply FunctionalInterface annotation.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Sep 14, 2023
1 parent 651e2a9 commit 0149a11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.bloomberg.selekt

@FunctionalInterface
internal interface BatchSQLExecutor {
fun executeForChangedRowCount(sql: String, bindArgs: Sequence<Array<*>>): Int
}

0 comments on commit 0149a11

Please sign in to comment.