Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Oct 8, 2019
1 parent 978537f commit b3fd822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metabase/connection_pool.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
for the options, which are c3p0-specific -- consider abstracting those as well?)"
(:import com.mchange.v2.c3p0.DataSources
[java.sql Driver DriverManager]
[java.util Map Properties]
java.util.Properties
javax.sql.DataSource))

;;; ------------------------------------------------ Proxy DataSource ------------------------------------------------
Expand Down

0 comments on commit b3fd822

Please sign in to comment.