Skip to content

Commit c3100fe

Browse files
convert #36432 to kotlin 2/2
1 parent cbb9552 commit c3100fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/db/jdbc/AbstractJdbcCompatibleSourceOperations.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ import java.util.*
2323
import org.slf4j.Logger
2424
import org.slf4j.LoggerFactory
2525

26+
import org.slf4j.Logger
27+
import org.slf4j.LoggerFactory
28+
2629
/** Source operation skeleton for JDBC compatible databases. */
2730
abstract class AbstractJdbcCompatibleSourceOperations<Datatype> :
2831
JdbcCompatibleSourceOperations<Datatype> {

0 commit comments

Comments
 (0)