Skip to content

Commit

Permalink
Remove final from session field
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jszczerbinski committed Aug 29, 2024
1 parent 62fe3d7 commit 6edc8fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public abstract class SnowflakeBaseResultSet implements ResultSet {
protected SnowflakeResultSetMetaDataV1 resultSetMetaData = null;
protected Map<String, Object> parameters = new HashMap<>();
private int fetchSize = 0;
protected final SFBaseSession session;
protected SFBaseSession session;
private final SnowflakeResultSetSerializableV1 serializable;
private static final ObjectMapper OBJECT_MAPPER = ObjectMapperFactory.getObjectMapper();

Expand Down

0 comments on commit 6edc8fd

Please sign in to comment.