Fix paren typo in java.
This commit is contained in:
parent
46c93bd532
commit
0b68b89b02
@ -288,7 +288,7 @@ public class Statement implements java.sql.Statement
|
||||
*/
|
||||
public java.sql.ResultSet getResultSet() throws SQLException
|
||||
{
|
||||
if (result != null) && ((org.postgresql.ResultSet)result.reallyResultSet())
|
||||
if (result != null && ((org.postgresql.ResultSet)result).reallyResultSet())
|
||||
return result;
|
||||
return null;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user