Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed typo in Driver.java.in
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
org/postgresql/Driver.java.in
|
@@ -309,7 +309,7 @@ public class Driver implements java.sql.Driver |
|
|
/** |
|
|
* Perform a connect in a separate thread; supports |
|
|
* getting the results from the original thread while enforcing |
|
|
* a login timout. |
|
|
* a login timeout. |
|
|
*/ |
|
|
private static class ConnectThread implements Runnable { |
|
|
ConnectThread(String url, Properties props) { |
|
|