mirror of
https://github.com/google/nomulus
synced 2026-05-31 03:56:33 +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.