Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
vkorukanti committed Jan 30, 2025
1 parent 9ac70db commit d180222
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ public class TableConfig<T> {
///////////////////////////

/**
* Validates that the given new properties that the txn is trying to update in table.
* Properties that have `delta.` prefix in the key name should be in valid list and
* are editable. The caller is expected to store the returned properties in the table metadata
* after further validation from a protocol point of view. The returned properties will have
* the key's case normalized as defined in its {@link TableConfig}.
* Validates that the given new properties that the txn is trying to update in table. Properties
* that have `delta.` prefix in the key name should be in valid list and are editable. The caller
* is expected to store the returned properties in the table metadata after further validation
* from a protocol point of view. The returned properties will have the key's case normalized as
* defined in its {@link TableConfig}.
*
* @param newProperties the properties to validate
* @throws InvalidConfigurationValueException if any of the properties are invalid
Expand Down

0 comments on commit d180222

Please sign in to comment.