Skip to content

Commit

Permalink
Fix broken when entry due to missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed May 3, 2023
1 parent 3b4ebf3 commit e10d4fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.jetbrains.exposed.sql.vendors

import org.jetbrains.exposed.exceptions.throwUnsupportedException
import org.jetbrains.exposed.sql.*
import org.jetbrains.exposed.sql.Function
import org.jetbrains.exposed.sql.transactions.TransactionManager
import java.nio.ByteBuffer
import java.util.*
Expand Down

0 comments on commit e10d4fd

Please sign in to comment.