Commit 39c58b90 authored by Dave Cramer's avatar Dave Cramer

changed Cancel to cancel

parent ffe356b5
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment