Skip to content

Commit

Permalink
javadoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Feb 14, 2025
1 parent ca64286 commit 259730d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ public abstract class TableFeature {
* Constructor. Does validations to make sure:
*
* <ul>
* <li>Feature name is not null or empty and has valid characters
* <li>minReaderVersion is always 0 for writer features
* <li>all legacy features can be auto applied based on the metadata and protocol
* <li>Feature name is not null or empty and has valid characters</li>
* <li>minReaderVersion is always 0 for writer features</li>
* </ul>
*
* @param featureName a globally-unique string indicator to represent the feature. All characters
* must be letters (a-z, A-Z), digits (0-9), '-', or '_'. Words must be in camelCase.
Expand Down

0 comments on commit 259730d

Please sign in to comment.