Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Jul 23, 2024
1 parent f4b0fef commit 0ea6360
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -731,8 +731,8 @@ public static SnowflakeResultSetSerializableV1 create(
}

/**
* A factory function for internal usage only
* It creates SnowflakeResultSetSerializableV1 with NoOpChunksDownloader which disables chunks prefetch
* A factory function for internal usage only It creates SnowflakeResultSetSerializableV1 with
* NoOpChunksDownloader which disables chunks prefetch
*/
@SnowflakeJdbcInternalApi
public static SnowflakeResultSetSerializableV1 createWithChunksPrefetchDisabled(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public class SnowflakeRichResultSetSerializableV1 extends SnowflakeResultSetSeri
transient JsonNode richResultFirstChunkRowset = null;

/**
* A factory function for internal usage only
* It creates SnowflakeRichResultSetSerializableV1 with NoOpChunksDownloader which disables chunks prefetch
* A factory function for internal usage only It creates SnowflakeRichResultSetSerializableV1 with
* NoOpChunksDownloader which disables chunks prefetch
*/
public static SnowflakeRichResultSetSerializableV1 createWithChunksPrefetchDisabled(
JsonNode rootNode,
Expand Down

0 comments on commit 0ea6360

Please sign in to comment.