Skip to content

Commit

Permalink
Updated some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Sep 15, 2023
1 parent bce4cc2 commit bcf799d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ private DeephavenCompressorAdapterFactory(CompressionCodecFactory compressionCod
}

/**
* Returns a compressor with the given codec name.
* Returns a compressor with the given codec name. The returned adapter can internally stateful in some cases and
* therefore a single instance should not be re-used across files (check
* {@link LZ4WithLZ4RawBackupCompressorAdapter} for more details).
*
* @param codecName the name of the codec to search for.
* @return a compressor instance with a name matching the given codec.
Expand Down

0 comments on commit bcf799d

Please sign in to comment.