Skip to content

Commit 13e9c2c

Browse files
committed
Merge pull request mauricio#50 from ArtemGr/patch-1
Fix the URLParser import in the example
2 parents 76d2c89 + c9e4b11 commit 13e9c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ it [here](http://mauricio.github.io/2013/04/29/async-database-access-with-postgr
162162
In short, what you would usually do is:
163163
```scala
164164
import com.github.mauricio.async.db.postgresql.PostgreSQLConnection
165+
import com.github.mauricio.async.db.postgresql.util.URLParser
165166
import com.github.mauricio.async.db.util.ExecutorServiceUtils.CachedExecutionContext
166-
import com.github.mauricio.async.db.util.URLParser
167167
import com.github.mauricio.async.db.{RowData, QueryResult, Connection}
168168
import scala.concurrent.duration._
169169
import scala.concurrent.{Await, Future}

0 commit comments

Comments
 (0)