mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
* Add a converter for CurrencyUnits stored in the database This uses the well-known String representation for currency units. It also provides a base class for other converters that will be persisting the toString() representation. * Add DB and formatting changes * Add tests, make minor fixes