This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to annotated tag REL9_3_1100
in repository libpostgresql-jdbc-java.

commit abf3a729dd36ad4401c05afa0488e5a0885029b3
Author: Dave Cramer <[email protected]>
Date:   Wed Feb 20 09:32:12 2013 -0500

    removed compile error with double ,
---
 org/postgresql/jdbc3/Jdbc3Connection.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org/postgresql/jdbc3/Jdbc3Connection.java 
b/org/postgresql/jdbc3/Jdbc3Connection.java
index 470f04c..00a7f04 100644
--- a/org/postgresql/jdbc3/Jdbc3Connection.java
+++ b/org/postgresql/jdbc3/Jdbc3Connection.java
@@ -20,7 +20,7 @@ import org.postgresql.util.HostSpec;
  */
 public class Jdbc3Connection extends 
org.postgresql.jdbc3.AbstractJdbc3Connection implements java.sql.Connection
 {
-    public Jdbc3Connection(HostSpec[] hostSpecs,, String user, String 
database, Properties info, String url) throws SQLException {
+    public Jdbc3Connection(HostSpec[] hostSpecs, String user, String database, 
Properties info, String url) throws SQLException {
         super(hostSpecs, user, database, info, url);
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to