mirror of
https://github.com/google/nomulus
synced 2026-09-03 06:36:56 +00:00
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.