nkuprins opened a new pull request, #995: URL: https://github.com/apache/fesod/pull/995
Closed: #994 ## Purpose of the pull request Remove hand-written boilerplate accessors in favour of Lombok ## What's changed? Replaced hand-written trivial accessors with class-level `@Getter`/`@Setter` (+32 / −184): - `metadata/CellExtra` - `metadata/property/ColumnWidthProperty` - `metadata/property/RowHeightProperty` - `metadata/property/NumberFormatProperty` - `metadata/property/LoopMergeProperty` - `metadata/property/OnceAbsoluteMergeProperty` - `read/metadata/holder/ReadRowHolder` - `write/metadata/fill/FillWrapper` ## Checklist - [x] I have read the [Contributor Guide](https://fesod.apache.org/community/contribution/). - [x] I have written the necessary doc or comment. - [x] I have added the necessary unit tests and all cases have passed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
