Skip to content

Commit

Permalink
Fix bad character in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpaxton committed Sep 7, 2024
1 parent f567ac5 commit 9ffac54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/src/main/java/org/rocksdb/IngestExternalFileOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public IngestExternalFileOptions setVerifyChecksumsBeforeIngest(
* ingestion
* <p>
* Users can override the default value using this option.
* Using a large readahead size (> 2MB) can typically improve the performance
* Using a large readahead size (&gt; 2MB) can typically improve the performance
* of forward iteration on spinning disks.
*
* @return the current value of readahead size (0 if it has not been set)
Expand All @@ -254,7 +254,7 @@ public long verifyChecksumsReadaheadSize() {
* ingestion
* <p>
* Users can override the default value using this option.
* Using a large readahead size (> 2MB) can typically improve the performance
* Using a large readahead size (&gt; 2MB) can typically improve the performance
* of forward iteration on spinning disks.
*
* @param verifyChecksumsReadaheadSize the value of readahead size to set
Expand Down

0 comments on commit 9ffac54

Please sign in to comment.