Skip to content

Commit

Permalink
Fixed typo in Driver.java.in
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCatalucci committed Nov 19, 2015
1 parent fad7f52 commit 2589020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/postgresql/Driver.java.in
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2589020

Please sign in to comment.