mirror of
https://github.com/google/nomulus
synced 2026-01-11 08:20:27 +00:00
* Convert ofy -> tm for two more classes Convert ofy -> tm for MutatingCommand and DedupeOneTimeBillingEventIdsCommand. Note that DedupeOneTimeBillingEventIdsCommand will not be needed after migration, so this conversion is just to remove the ofy uses from the codebase. We don't update the test (other than to keep it working) and it wouldn't currently work in SQL. * Fixed a test broken by this PR