mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
d68f3e5cc0
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.