From 70b613832788276392bc75638dd1d9ee34b73fbd Mon Sep 17 00:00:00 2001 From: outman Date: Mon, 11 Sep 2017 17:59:50 +0800 Subject: [PATCH] fix c3p0's example docment error. --- doc/content.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/content.adoc b/doc/content.adoc index fad9ddc..b247c43 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -487,6 +487,7 @@ an little example on how it can be done: (def ds (doto (ComboPooledDataSource.) (.setJdbcUrl (str "jdbc:" (:subprotocol dbspec) + ":" (:subname dbspec))) (.setUser (:user dbspec nil)) (.setPassword (:password dbspec nil))