mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix paren typo in java.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user