-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Java] Prevent collision when field name is 'value'.
`value` is used as a parameter name in some DTO methods. When an SBE field was named `value` it caused an issue due to a collision. We now make sure to reference fields more explicitly via `this.fieldName`.
- Loading branch information
Showing
1 changed file
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters