Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Remove lingering import.
Browse files Browse the repository at this point in the history
  • Loading branch information
johanoskarsson committed Feb 8, 2012
1 parent 475d31a commit c985cd8
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -4,7 +4,6 @@ import java.sql.{Connection, PreparedStatement, ResultSet, SQLException, Timesta
import java.lang.reflect.{Field, Modifier}
import java.util.regex.Pattern
import scala.collection.mutable
import json.JSONObject

class SqlQueryFactory extends QueryFactory {
def apply(connection: Connection, queryClass: QueryClass, query: String, params: Any*) = {
Expand Down

0 comments on commit c985cd8

Please sign in to comment.