1
0
mirror of https://github.com/google/nomulus synced 2026-05-31 12:06:32 +00:00
Files
nomulus/core/src
Ben McIlwain d68f3e5cc0 Centralize Fee validation and add tests (#3070)
This commit:
- Centralizes all creation validation checks into Fee.create().
- Inlines the redundant private createWithCustomDescription() method.
- Removes the awkward ternary operator for null type evaluation.
- Adds FeeTest.java to completely cover the Fee instance creation logic.
2026-05-28 20:50:04 +00:00
..