]> granicus.if.org Git - postgresql/commitdiff
changed Cancel to cancel
authorDave Cramer <davec@fastcrypt.com>
Wed, 6 Mar 2002 03:07:45 +0000 (03:07 +0000)
committerDave Cramer <davec@fastcrypt.com>
Wed, 6 Mar 2002 03:07:45 +0000 (03:07 +0000)
src/interfaces/jdbc/org/postgresql/jdbc2/Statement.java

index 7ca9f6d5d055eabac7807cd7d599041943707a11..afe264afd608f4020effa85bee55a98ca427667f 100644 (file)
@@ -211,7 +211,7 @@ public class Statement extends org.postgresql.Statement implements java.sql.Stat
                return result;
        }
 
-       public void Cancel() throws SQLException
+       public void cancel() throws SQLException
        {
                connection.cancelQuery();
        }