Skip to content

Commit

Permalink
Fix JavaDoc with user of literal for '> 0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdconrad committed Mar 26, 2021
1 parent cd06950 commit 115239b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public abstract class MetadataCachingIndexInput extends BaseSearchableSnapshotIn
protected final CacheFileReference cacheFileReference;

/**
* If > 0, represents a logical file within a compound (CFS) file or is a slice thereof represents the offset of the logical
* If {@literal > 0}, represents a logical file within a compound (CFS) file or is a slice thereof represents the offset of the logical
* compound file within the physical CFS file
*/
protected final long compoundFileOffset;
Expand Down

0 comments on commit 115239b

Please sign in to comment.