Typo in docstring
This commit is contained in:
parent
7d936bec46
commit
cae84736a3
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@
|
||||||
|
|
||||||
Note that the result is not type-hinted (because there's no common base
|
Note that the result is not type-hinted (because there's no common base
|
||||||
class or interface that can be assumed). In particular, connection pooled
|
class or interface that can be assumed). In particular, connection pooled
|
||||||
datasource object may need to be closed but they don't necessarily implement
|
datasource objects may need to be closed but they don't necessarily implement
|
||||||
`java.io.Closeable` (HikariCP does, c3p0 does not)."
|
`java.io.Closeable` (HikariCP does, c3p0 does not)."
|
||||||
[clazz db-spec]
|
[clazz db-spec]
|
||||||
(if (:jdbcUrl db-spec)
|
(if (:jdbcUrl db-spec)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue